Closed nodecentral closed 3 years ago
Hi @nodecentral,
I think the lockbox should have everything you need, it has implementations of AES-128/192/256, CBC, HMAC, and SHA-256. It also has utils for base64 <-> bytes, hex <-> bytes, and string <-> bytes conversions.
You should look in the test cases for examples on how to set up and use AES+CBC and HMAC+SHA256
Hi
I’m trying to replace some proprietary modules with something open-source, and was wondering which ones could lockbox replace for me. Below are the modules/functions current called in the code I’m using..
I’ve got a replacement for the base64 one from here - http://lua-users.org/wiki/BaseSixtyFour