lua-lockbox
lua-lockbox copied to clipboard
A collection of cryptographic primitives written in pure Lua
I'd like to request the option to use RSA public key scheme which would be compatible with python [cryptography library](https://cryptography.io/). I'm currently developing an app in which the client needs...
when i run lua RunTest.lua  how to fix it
Hi I’ve finally found some time to focus on this, with the goal to use lockbox to replace some Lua functions/libraries I don’t have access to. The commands are as...
We may better improve tests if we use [busted](https://olivinelabs.com/busted/) framework for unit testing. This would basically mean rewrite all tests with it but as a result it will be much...
Any plans to add GCM-mode for AES128 for example? If no, explain to me how to do it and I'll do it!
The data encryped by lua-lockbox(ecb,pkcs7) can not be decryped by java(ecb,pkcs5),error message is :javax.crypto.BadPaddingException: Given final block not properly padded; It seems a padding error
Hello, It should be nice to include the [salsa20](https://github.com/mrogaski/lua-salsa20) support into lockbox. If someone have time to do it... else I will do it... one day :D Regards,
Any plans to add SHA3 to the lockbox? There is a version 5.3 implementation sample available in this repo: https://github.com/philanc/plc/blob/master/sha3.lua And I saw a couple of year old implementation in...
Any plans on adding an Elliptic Curve Digital Signature Algorithm such as Secp256k1? Or any other public key algorithms?
lockbox/padding/pkcs7.lua openssl: str = abcabcabcqweqweq1234567890123456 key = abcabcabcqweqweq aes: yj��9�:�z5��rF�|92 �2V base64: PFyEVsRtlT2wVqJQpV/jp7wzp/U+DHlq4g/zOc86zno1AP26cgBG33w5Mg3nEzJW lockbox: str = abcabcabcqweqweq1234567890123456 key = abcabcabcqweqweq aes: yj��9�:�z base64: PFyEVsRtlT2wVqJQpV/jp7wzp/U+DHlq4g/zOc86zno= 16的整数不匹配,补位正常,只有整数异常