Skip to content

Instantly share code, notes, and snippets.

@rajeevshukla
Created April 27, 2019 15:54
Show Gist options
  • Save rajeevshukla/b6d1e2bf448c7b953c4c90dd4522ac78 to your computer and use it in GitHub Desktop.
Save rajeevshukla/b6d1e2bf448c7b953c4c90dd4522ac78 to your computer and use it in GitHub Desktop.
C:\Users\rajeev\.m2\repository\org\jasypt\jasypt\1.9.2>java -cp jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI
input="actual_text_that_you_want_to_hide"
password=your_secret_key
algorithm=PBEWithMD5AndDES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment