Hi,
I'm looking for a library or wrapper for Lua to use some cryptographic functions. Initially I only need to create SHA-1 hashs.
Any tips or suggestion are appreciated.
Hi,
I'm looking for a library or wrapper for Lua to use some cryptographic functions. Initially I only need to create SHA-1 hashs.
Any tips or suggestion are appreciated.
If you plan to do some encryption/decryption or public key cryptography later, you can take a look at my fork of luacrypto at http://github.com/mkottman/luacrypto , which is a binding to OpenSSL, and provides hashing, HMAC, symetric cryptograhy and asymetric signing/verifying.
The API is relatively simple, the reference is located here: http://mkottman.github.com/luacrypto/manual.html