class Eth::Key::Decrypter

def decrypted_data

def decrypted_data
  @decrypted_data ||= cipher.update(ciphertext) + cipher.final
end