kotlin-cli-bazel-crypto-gzip-compress-rsa-encrypted Description Encrypt and decrypt password with RSA. To compress the encrypted text gzip was used. Tech stack kotlin bazel Docker stack l.gcr.io/google/bazel:latest To run sudo ./install.sh -u To stop (optional) sudo ./install.sh -d For help sudo ./install.sh -h Credits [RSA Code] (https://www.geeksforgeeks.org/asymmetric-encryption-cryptography-in-java/) [GZIPCompression] (https://stackoverflow.com/questions/16351668/compression-and-decompression-of-string-data-in-java)