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-19 years ago176 downloads
0.1.1-19 years ago100 downloads
0.1.0-19 years ago119 downloads

Dependencies

lua >= 5.1

Labels