Plug.Crypto

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, 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!

Use the issue tracker for bug reports or feature requests. You may also start a discussion on the mailing list or the #elixir-lang channel on Freenode IRC. Open a pull request when you are ready to contribute.

When submitting a pull request you should not update the CHANGELOG.md.

If you are planning to contribute documentation, please check our best practices for writing documentation.

Finally, remember all interactions in our official spaces follow our Code of Conduct.

License

plug_crypto source code is released under Apache 2 License. Check the LICENSE file for more information.