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 Strong
To Decrypt an whole Folder (You need to change the Path)
FileCryptOperator.exe --Decrypt --Path SomePath --Password "SomeSecure" --Mode Folder --Size Strong
To Encrypt an single File (You need to change the Path)
FileCryptOperator.exe --Encrypt --Path SomePath --Password "SomeSecure" --Mode File --Size Strong
To Encrypt an whole Folder (You need to change the Path)
FileCryptOperator.exe --Encrypt --Path SomePath --Password "SomeSecure" --Mode Folder --Size Strong
This tool is Build on .Net 6 so it can be runned on Linux/Windows