slackbuilds/libraries/luacrypto
Matteo Bernardini e42297f1ea libraries/luacrypto: Added (lua openssl frontend).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-03-21 13:01:20 -05:00
..
README libraries/luacrypto: Added (lua openssl frontend). 2014-03-21 13:01:20 -05:00
luacrypto.SlackBuild libraries/luacrypto: Added (lua openssl frontend). 2014-03-21 13:01:20 -05:00
luacrypto.info libraries/luacrypto: Added (lua openssl frontend). 2014-03-21 13:01:20 -05:00
slack-desc libraries/luacrypto: Added (lua openssl frontend). 2014-03-21 13:01:20 -05:00

README

luacrypto provides a Lua frontend to the OpenSSL cryptographic lib.
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.