class Eth::Key::Encrypter

def id

def id
  @id ||= options[:id] || SecureRandom.uuid
end