Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 383 Bytes

encryption of property values:

java -cp .m2/repository/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI input="val" password=pwd algorithm=PBEWithMD5AndDES

input: the property value to encode

password: the encryption password

Environment:

Set the environment variable jasypt.encryptor.password with the encryption password.