Parameterized Ecto type that encrypts values on dump/3 and decrypts on load/3.
Use it directly:
field :email, Kryptex.EncryptedField, source_type: :stringOr through Kryptex.Schema.encrypted_field/3.
Parameterized Ecto type that encrypts values on dump/3 and decrypts on load/3.
Use it directly:
field :email, Kryptex.EncryptedField, source_type: :stringOr through Kryptex.Schema.encrypted_field/3.