Skip to content

Latest commit

 

History

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

File metadata and controls

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

kotlin-cli-gradle-crypto-triple-des-encrypted-argon2-encoded

Description

Encrypt and decrypt password with 3DES encoded with argon2.

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

Tech stack

  • kotlin
  • gradle
    • 3des
    • argon2

Docker stack

  • gradle:jdk11

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h