Skip to content

bearddan2000/scala-cli-gradle-crypto-3des-encrypted-scrypt-encoded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-cli-gradle-crypto-3des-encrypted-scrypt-encoded

Description

Encrypt and decrypt password with 3des encoded scrypt.

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

Tech stack

  • scala
  • gradle
    • 3des
    • scrypt

Docker stack

  • gradle:jdk11

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h