Posted 15 December 2016 - 09:51 AM
CCLock is a Utility that will password protect your computer and encrypt all of your files.
The files are never stored decrypted so even with a startup disk your files are still safe
The password is stored using SHA-256 and a random salt (http://www.computerc...56-in-pure-lua/)
The files are encrypted using AES encryption using one of the password hashes as the key (http://www.computerc...aes-encryption/)
Download
http://pastebin.com/raw/VnxRa75D
Warning: You will no longer be able to edit the .pwd.pwd file (also if you delete it the salt is gone and your files can no longer be decrypted)
Warning: If you forget the password the files are essentially gone forever
The files are never stored decrypted so even with a startup disk your files are still safe
The password is stored using SHA-256 and a random salt (http://www.computerc...56-in-pure-lua/)
The files are encrypted using AES encryption using one of the password hashes as the key (http://www.computerc...aes-encryption/)
Download
http://pastebin.com/raw/VnxRa75D
wget http://pastebin.com/raw/VnxRa75D startup
(pastebin get wasn't working at the time of posting this)Warning: You will no longer be able to edit the .pwd.pwd file (also if you delete it the salt is gone and your files can no longer be decrypted)
Warning: If you forget the password the files are essentially gone forever
Edited on 15 December 2016 - 09:13 PM