Plug.Crypto

Hex.pm VersionBuild Status

Crypto-related functionality for web applications, used by Plug.

Installation

You can use plug_crypto in your projects by adding it to your mix.exs dependencies:

def deps do
  [{:plug_crypto, "~> 1.0"}]
end

If you're using [Plug][plug], you can already use the functionality in plug_crypto since Plug depends on it.

Contributing

We welcome everyone to contribute to Plug.Crypto and help us tackle existing issues!

License

Plug.Crypto source code is released under Apache License 2.0. Check the LICENSE file for more information.