jai-k-gohil / Vault

Java application used for encryption of confidential & sensitive data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vault

It allows to secure(encrypt) provided text(string) with DES encryption algorithm (Data Encryption Standard) in Java. This built contains static implementation of DES keys, that are used along with the algorithm. Never the less they can be manipulated if required.

To learn more about the algorithm look here

Usage

Simply clone this repo and compile the files.

Then execute Main.java that will be getting you started with a menu driven program.

sh ./build_and_run.sh

About

Java application used for encryption of confidential & sensitive data.


Languages

Language:Java 99.0%Language:Shell 1.0%