Protect files with DES encryption
eRamz is an open source and free console application to encrypt your files. It's based on DES encryption.
If you just want to download and use eRamz, you can use the following link:
After download, unzip the file and run eRamzPath.bat
file.
But if you want to get the source of eRamz, just use git clone https://github.com/ehsan-mohammadi/eRamz.git
and open the project in Visual Studio.
For encrypt your file, use this instruction:
eramz encrypt [8-character key] [file name]
For decrypt your file, use this instruction:
eramz decrypt [8-character key] [file name]
eRamz is licensed under the MIT © Ehsan Mohammadi.