# `Kryptex.EncryptedField`
[🔗](https://github.com/KaseyCantu/kryptex/blob/v0.1.0/lib/kryptex/encrypted_field.ex#L1)

Parameterized Ecto type that encrypts values on `dump/3` and decrypts on `load/3`.

Use it directly:

    field :email, Kryptex.EncryptedField, source_type: :string

Or through `Kryptex.Schema.encrypted_field/3`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
