cloak_ecto v1.0.0-alpha.0 API Reference
Modules
An Ecto.Type
to encrypt a binary field
Defines a list of fields to use as a cursor when migrating a schema’s table
to a new encryption key using mix cloak.migrate.ecto
An Ecto.Type
to encrypt a float field
A custom Ecto.Type
for hashing fields using :crypto.hmac/3
An Ecto.Type
to encrypt integer fields
An Ecto.Type
to encrypt a list of integers
An Ecto.Type
to encrypt maps
An Ecto.Type
to encrypt NaiveDateTime
fields
An Ecto.Type
which hashes the field value using the SHA256 algorithm
An Ecto.Type
to encrypt a list of strings
Mix Tasks
Migrates a schema table to a new encryption cipher