Ehekatl / luacrypto

Fork of LuaCrypto, which enables encryption and decryption through OpenSSL

Home Page:http://mkottman.github.com/luacrypto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

LuaCrypto 0.5.1

  • Repair some lua methods on the openssl-1.1.0 compatibility

LuaCrypto 0.5.0

About

Fork of LuaCrypto, which enables encryption and decryption through OpenSSL

http://mkottman.github.com/luacrypto/

License:MIT License


Languages

Language:Shell 68.9%Language:C 12.4%Language:Makefile 11.3%Language:CMake 3.8%Language:Lua 3.4%Language:M4 0.3%