fernet_ecto

Fernet-encrypted fields for Ecto


License
Apache-2.0

Documentation

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, "~> 2.0.0-rc.0"}]
    end
  2. Run mix deps.get to fetch and install the package.

Release

  • Bump the version here in the README.md and in mix.exs.
  • Run git tag v$VERSION to tag the version that was just published.
  • Run git push --tags origin master to push tags to Github.
  • Run mix hex.publish to publish the new version.

License

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