Skip to content

Instantly share code, notes, and snippets.

@rajeevshukla
Created April 28, 2019 02:50
Show Gist options
  • Select an option

  • Save rajeevshukla/76b9c87568aa47f1f684afe60d45f507 to your computer and use it in GitHub Desktop.

Select an option

Save rajeevshukla/76b9c87568aa47f1f684afe60d45f507 to your computer and use it in GitHub Desktop.
rajeev@Dell-Latitude-5480:~/.m2/repository/org/jasypt/jasypt/1.9.2$ java -cp jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI input="oracle" password=secretkey algorithm=PBEWithMD5AndDES
----ENVIRONMENT-----------------
Runtime: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.181-b13
----ARGUMENTS-------------------
algorithm: PBEWithMD5AndDES
input: oracle
password: secretkey
----OUTPUT----------------------
+0zrBdZYg/22QXdSqgj80g==
rajeev@Dell-Latitude-5480:~/.m2/repository/org/jasypt/jasypt/1.9.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment