Skip to content

Java application used for encryption of confidential & sensitive data.

Notifications You must be signed in to change notification settings

jai-k-gohil/Vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published