Cryptography Stuff

lua-users home
wiki

Difference (from prior major revision) (author diff)

Changed: 35c35
* [Pure Lua Crypto] (5.3) - a collection of cryptographic functions, and related utilities, implemented in pure Lua. Includes chacha20 and poly1305 authenticated encryption, curve25519 functions, rabbit (very fast stream encryption) and rc4, sha2, sha3 (keccak), base64 and base58 encoding (with Bitcoin alphabet), crc32 and adler32 checksums.
* [Pure Lua Crypto] (5.3) - a collection of cryptographic functions, and related utilities, implemented in pure Lua. Includes NORX authenticated encryption, chacha20 and poly1305 authenticated encryption, curve25519 functions, rabbit stream encryption and rc4, Blake2b hash, sha2, sha3 (keccak), base64 and base58 encoding (with Bitcoin alphabet), crc32 and adler32 checksums.

Changed: 37c37
* [luazen] (5.1+) - A small self-contained library with various low-grade cryptographic functions (MD5, SHA1, RC4), compression functions (LZF), and encoding functions (base58, base64). No dependencies.
* [luazen] (5.1+) - A small self-contained library with various cryptographic, compression and encoding functions: Encryption (NORX, RC4), hash (Blake2b, MD5), key derivation (Argon2i), ECDH key exchange (curve25519), signature (ed25519), compression (LZF), and encoding (base58, base64). No dependencies.

Here are libraries and topics related to cryptography in Lua.

Libraries:

Sub-topics:


RecentChanges · preferences
edit · history
Last edited June 10, 2017 10:14 pm GMT (diff)