eRamz
March 9, 2019 · View on GitHub
Protect files with DES encryption
eRamz is an open source and free console application to encrypt your files. It's based on DES encryption.
Getting start
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.
Instructions
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]
License
eRamz is licensed under the MIT © Ehsan Mohammadi.