LuaEncryptor
This is my first encryption software that I designed using Lua. I hadn't test if it can encrypt every sort folder or file. But it can encrypt any text file that you want to encrypt! I'll be placing the instructions below. This software is only for Windows operating systems.
Here are the instructions in how to use it:
- Below the "-- Path to the input file you want to encrypt" section, you have to type next to the "local_input file" the path of the file you want to encrypt.
- For the encryption to work, you need to have this file called "thesecretkey.txt" (which I'll upload it) .
- Notice that there is under "-- Path to store the encrypted file" there is "local encrypted_file =". That is the path that allows you to store the encrypted file. You can edit that to the exact path of where you want your encrypted file to be stored.
- Under the "-- Path to store the decrypted file (output after decryption)" there is this "local decrypted_file =". That is the path to store the decrypted file. You can edit that, also, to the exact path of where you want your decrypted file to be stored.
- On the program, there is a line that says " openssl enc -aes-256-cbc -salt -pbkdf2 -iter 1000000 -in '%s' -out '%s' -pass file:'%s' " - You don't have to edit the "-pbkdf2" as that derives the encryption software's strong key derivation.
- However, you can edit the "-iter (iteration)" count to any high number to ensure very powerful encryption.
- My suggestion would be to increase the iteration count from the range of: 100,000 - 1,000,000 to ensure that your files will be safe great brute force attacks.
You need to download OpenSSL, which I can include my version that I'm using, to initiate the encryption.
If there is any problems with your purchase, please email me at : ev8206628@gmail.com
A software that can encrypt anything without even having to pay for a bundle.