class ActiveSupport::EncryptedFile

def encrypt(contents)

def encrypt(contents)
  check_key_length
  encryptor.encrypt_and_sign contents
end