Skip to content

bearddan2000/java-cli-bazel-crypto-des-password-salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-bazel-crypto-des-password-salt

Description

A demo for DES encryption of a password. DES is a 48 byte encryption. SALT is the mixing of the original text with a secret key. It is considered more secure to store the SALT then the encrypted original text, however this can still be cracked with rainbow tables.

Tech stack

  • java
  • bazel

Docker stack

  • ol.gcr.io/google/bazel:latest

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits