A demo for 3-DES encryption of a password. 3-DES is a 128 byte encryption.
Uses a 256 byte AES generated key for the md5 digest password.
- scala
- bazel
- l.gcr.io/google/bazel:latest
sudo ./install.sh -u
sudo ./install.sh -d
sudo ./install.sh -h
[Code concept] (https://stackoverflow.com/questions/20227/how-do-i-use-3des-encryption-decryption-in-java)