Skip to content

Files

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 1006 Bytes

File metadata and controls

executable file
·
36 lines (26 loc) · 1006 Bytes

java-cli-bloop-sbt-crypto-gzip-compress-rsa-encrypted-bcrypt-encoded

Description

Encrypt and decrypt password with RSA. To compress the encrypted text gzip was used.

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

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • java
  • bloop-sbt

Docker stack

  • hseeberger/scala-bloop-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits