The jasypt encrypt client utility dockerized.
10K+
docker build -t dperezcabrera/jasypt-encrypt-cli .
docker run --rm \
-e MASTER_KEY="supersecret" \
-e INPUT_PASSWORD="secret" \
dperezcabrera/jasypt-encrypt-cli
----ENVIRONMENT-----------------
Runtime: IcedTea OpenJDK 64-Bit Server VM 25.212-b04
----ARGUMENTS-------------------
algorithm: PBEWithMD5AndDES
input: secret
password: supersecret
----OUTPUT----------------------
4Egov2lOLJJXK+nEMg9ozg==
Content type
Image
Digest
Size
55.1 MB
Last updated
about 7 years ago
docker pull dperezcabrera/jasypt-encrypt-cli