mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
bc69240f3c
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
439 B
Text
8 lines
439 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.
|
|
|
|
Optional dependency: lua51. If this is installed, the luacrypto
|
|
package will include a luacrypto module for Lua 5.1.
|