class Eth::Key::Decrypter

def perform

def perform
  derive_key password
  check_macs
  bin_to_hex decrypted_data
end