lua-fernet

Fernet symmetric encryption for Lua

$ luarocks install lua-fernet

A Lua implementation of the Fernet token specification.
Fernet guarantees that a message encrypted using it cannot be
manipulated or read without the key. It uses AES-128-CBC
encryption and HMAC-SHA256 for authentication.

Versions

0.1.0-13 hours ago0 downloads

Dependencies

lua >= 5.1
luaossl >= 20200709

Manifests