This tool is an command line program that provides an impletation of the aes algorithm
- Encrypt single File
- Encrypt whole Folder
- Decrypt single File
- Decrypt whole Folder
To Decrypt an Single File (You need to change the Path)
FileCryptOperator.exe --Decrypt --Path SomePath --Password "SomeSecure" --Mode File --Size StrongTo Decrypt an whole Folder (You need to change the Path)
FileCryptOperator.exe --Decrypt --Path SomePath --Password "SomeSecure" --Mode Folder --Size StrongTo Encrypt an single File (You need to change the Path)
FileCryptOperator.exe --Encrypt --Path SomePath --Password "SomeSecure" --Mode File --Size StrongTo Encrypt an whole Folder (You need to change the Path)
FileCryptOperator.exe --Encrypt --Path SomePath --Password "SomeSecure" --Mode Folder --Size StrongThis tool is Build on .Net 6 so it can be runned on Linux/Windows