Current section
Files
Jump to
Current section
Files
ex_multipass
README.md
README.md
# ExMultipass
[](https://travis-ci.com/activeprospect/ex_multipass)
[](https://coveralls.io/github/activeprospect/ex_multipass?branch=master)
**Ruby compatible multipass encryption and decryption**

## Installation
The package can be installed by adding `ex_multipass` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_multipass, "~> 0.3"}
]
end
```
- Call `ExMultipass.encode(map_to_encode, site_key, secret)` to encode a multipass and
- `ExMultipass.decode(encoded_multipass, site_key, secret)` to decrypt a multipass
The docs can be found at [https://hexdocs.pm/ex_multipass](https://hexdocs.pm/ex_multipass).