ehsan-mohammadi / eRamz

Protect files with DES encryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Protect files with DES encryption

License:MIT License


Languages

Language:C# 100.0%