class Eth::Key::Encrypter

def encrypt

def encrypt
  @encrypted_key = cipher.update(hex_to_bin key) + cipher.final
end