Skip to content

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 445 Bytes

File metadata and controls

executable file
·
27 lines (20 loc) · 445 Bytes

java-cli-bazel-crypto-triple-des-encrypted-bcrypt-encoded

Description

Encrypt and decrypt password with 3DES encoded with bcrypt.

When storing a password it is best practice to use a one-way hash such as bcrypt, scrypt, or argon2.

Tech stack

  • java
  • bazel
    • 3des
    • bcrypt

Docker stack

  • l.gcr.io/google/bazel

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h