Skip to content

ehsan-mohammadi/eRamz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eRamz

Protect files with DES encryption

Build Status Licesne

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:

Download eRamz

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.