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-0dev8 years ago94 downloads
0.1.3-18 years ago447 downloads
0.1.2-18 years ago93 downloads
0.1.1-18 years ago97 downloads
0.1.0-18 years ago66 downloads

Dependencies

lua >= 5.1

Labels

Manifests