mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
e42297f1ea
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
321 B
Text
5 lines
321 B
Text
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.
|