Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-bazel-crypto-aes-password-salt

Description

A demo for AES encryption of a password. AES is a 256 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

https://www.baeldung.com/java-aes-encryption-decryption