AesFileEncrypt

A simple file encryption library

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

0.1.2-110 years ago180 downloads
0.1.1-110 years ago103 downloads
0.1.0-110 years ago123 downloads

Dependencies

lua >= 5.1

Labels