class Eth::Key::Encrypter

def perform(password)

def perform(password)
  derive_key password
  encrypt
  data.to_json
end