Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mkottman/luacrypto

Fork of LuaCrypto, which enables encryption and decryption through OpenSSL
https://github.com/mkottman/luacrypto

Last synced: about 2 months ago
JSON representation

Fork of LuaCrypto, which enables encryption and decryption through OpenSSL

Lists

README

        

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/.