436 B
436 B
Changelog
v1.1.2
- Do not key derive empty salts (default to no salt instead)
v1.1.1
- Do not expose encryption with salt API
- Allow default
:max_ageto be set when signing/encrypting
v1.1.0
- Add high-level
Plug.Crypto.sign/verifyandPlug.Crypto.encrypt/decrypt
v1.0.0
- Split up the
plug_cryptoproject from Plug as per elixir-lang/plug#766.