Fields.Encrypted (fields v2.8.0)

An Ecto Type for encrypted fields. See Fields.AES for details on encryption/decryption.

Example

  schema "users" do
    field(:name, Fields.Encrypted)
  end

Link to this section Summary

Link to this section Functions