
Aarni
Source (link to git-repo or to original if based on someone elses unmodified work):
Currently, AES-128 in the XTS mode (approved as the IEEE 1619 Standard) is used to encrypt data. SHA-384 is used to generate the encryption key and the initial tweak value from the password inputed by the user. All files are compressed before encryption.
NOTE If you forget the password you use, the only way I know to decrypt the file is to crack it by brutal force. So, be careful ;o
==== 0.2.0.2 ====
Rewrite part of the UI code.
==== 0.2.0.1 ====
Update the file traversing code.
Fix the bug of creating directories when decrypting files.
==== 0.2.0 ====
Support folder encryption and compression.
==== 0.1.4 ====
Fix the bug of handling the last block.
==== 0.1.3 ====
A faster implementation of AES-128.
==== 0.1.2 ====
Fix the bug of selecting decrypting algorithms.
==== 0.1.1 ====
Add the support of using ARC4.
Fix the bug of loading translation scripts.
Ratings & Comments
0 Comments