Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 684 Bytes

File metadata and controls

executable file
·
31 lines (22 loc) · 684 Bytes

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

Description

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

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

  • openjdk:8-jdk-alpine

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits