bearddan2000 / groovy-cli-gradle-crypto-triple-des-encrypted-scrypt-encoded

Encrypt and decrypt password with 3DES

Home Page:https://github.com/bearddan2000/groovy-cli-gradle-crypto-triple-des-encrypted-scrypt-encoded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

groovy-cli-gradle-crypto-triple-des-encrypted-scrypt-encoded

Description

Encrypt and decrypt password with 3DES encoded with scrypt.

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

Tech stack

  • groovy
  • 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

About

Encrypt and decrypt password with 3DES

https://github.com/bearddan2000/groovy-cli-gradle-crypto-triple-des-encrypted-scrypt-encoded


Languages

Language:Shell 50.4%Language:Groovy 47.9%Language:Dockerfile 1.7%