AesFileEncrypt

A simple file encryption library

$ luarocks install aesfileencrypt


Binding to Dr Brian Gladman's implementation.
Encryption libray use
a. RFC2898 for key derivation (using HMAC-SHA1)
b. AES in CTR mode for encryption
c. HMAC-SHA1 for authentication
d. A Random Data Pool based on Peter Gutmann's ideas

Versions

scm-0dev9 years ago133 downloads
0.1.3-19 years ago533 downloads
0.1.2-19 years ago130 downloads
0.1.1-19 years ago135 downloads
0.1.0-19 years ago90 downloads

Dependencies

lua >= 5.1

Labels

Manifests