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-0dev10 years ago133 downloads
0.1.3-19 years ago539 downloads
0.1.2-110 years ago130 downloads
0.1.1-110 years ago135 downloads
0.1.0-110 years ago90 downloads

Dependencies

lua >= 5.1

Labels

Manifests