Secrex

CI StatusHex Version

Simple and secure secrets manager in Elixir projects

Installation

The package can be installed by adding secrex to our list of dependencies in mix.exs:

def deps do
  [
    {:secrex, "~> 0.3", runtime: false}
  ]
end

For usage information see the documentation.

Mix tasks

There are two Mix tasks available:

Secrex requires some configuration in order to work. For example, in config/config.exs:

config :secrex,
  key_file: ".secret-key",
  files: ["config/env/prod.secret.exs"]

License

This software is licensed under the ISC license.