Skip to content

bearddan2000/java-cli-bazel-triple-des-encryption-salted-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-bazel-triple-des-encryption-salted-password

Description

A demo for 3-DES encryption of a password. 3-DES is a 128 byte encryption.

Uses a 256 byte AES generated key for the md5 digest password.

Tech stack

  • java
  • bazel

Docker stack

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

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Code concept