24 lines
669 B
Markdown
24 lines
669 B
Markdown
![]() |
# Plug.Crypto
|
||
|
|
||
|
[](https://travis-ci.org/elixir-plug/plug_crypto)
|
||
|
|
||
|
Crypto-related functionality for web applications, used by [Plug][plug].
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
You can use plug_crypto in your projects by adding it to your `mix.exs` dependencies:
|
||
|
|
||
|
```elixir
|
||
|
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.
|
||
|
|
||
|
## License
|
||
|
|
||
|
plug_crypto source code is released under Apache 2 License. Check the [LICENSE](./LICENSE) file for more information.
|
||
|
|
||
|
[plug]: https://github.com/elixir-plug/plug
|