LuaCrypto provides a Lua frontend to the OpenSSL cryptographic library. The OpenSSL features that are currently exposed are digests (MD5, SHA-1, HMAC, and more) and crypto-grade random number generators.
LuaCrypto also supports encryption and decryption, signing and verifying, sealing and opening using the OpenSSL EVP API.
Please see docs at doc/us/index.html or http://mkottman.github.io/luacrypto/.
- Repair some lua methods on the openssl-1.1.0 compatibility
- Update to openssl-1.1.0, Not compatible with openssl-1.0.x
- If need a version based on openssl-1.0.x, please download luacrypto-0.3.2 or click mkottman/luacrypto