Build Status

Fernet.Ecto

Fernet.Ecto defines Ecto.Type-based fields that automatically Fernet-encrypts and decrypts values stored and loaded from a repository. The API documentation has more details.

Installation

  1. Add fernet_ecto to your list of dependencies in mix.exs:

    def deps do
      [{:fernet_ecto, "~> 1.3.0"}]
    end
  2. Run mix deps.get to fetch and install the package.

  3. Ensure fernet_ecto is started before your application:

    def application do
      [applications: [:fernet_ecto]]
    end

Release

License

© 2016 Jamshed Kakar jkakar@kakar.ca. See LICENSE.md file for details.