Sign inSign up

dperezcabrera/jasypt-encrypt-cli

By dperezcabrera

Updated almost 7 years ago

The jasypt encrypt client utility dockerized.

Image
0

10K+

dperezcabrera/jasypt-encrypt-cli repository overview

Jasypt Encrypt Cli

Info:

Build:

docker build -t dperezcabrera/jasypt-encrypt-cli .

Usage:

docker run --rm \
	-e MASTER_KEY="supersecret" \
	-e INPUT_PASSWORD="secret" \
	dperezcabrera/jasypt-encrypt-cli
Environment var
  • ALGORITHM: The default value is PBEWithMD5AndDES.
  • MASTER_KEY: This is the master key to encrypt input password.
  • INPUT_PASSWORD: This is the input password to be encrypted.

Output:


----ENVIRONMENT-----------------

Runtime: IcedTea OpenJDK 64-Bit Server VM 25.212-b04 



----ARGUMENTS-------------------

algorithm: PBEWithMD5AndDES
input: secret
password: supersecret



----OUTPUT----------------------

4Egov2lOLJJXK+nEMg9ozg==


Tag summary

Content type

Image

Digest

Size

55.1 MB

Last updated

about 7 years ago

docker pull dperezcabrera/jasypt-encrypt-cli