位置:Maven仓库中\org\jasypt\jasypt\1.9.3
java -cp jasypt-1.9.3.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI input=123456 password=mysalt algorithm=PBEWithMD5andDES
----ENVIRONMENT-----------------
Runtime: Oracle Corporation Java HotSpot™ 64-Bit Server VM 25.341-b10
----ARGUMENTS-------------------
algorithm: PBEWithMD5andDES
input: 123456
password: mysalt
----OUTPUT----------------------
mCmYjdXpYwSVt4Vp6zq6Yw==
java -cp jasypt-1.9.3.jar org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI input=mCmYjdXpYwSVt4Vp6zq6Yw== password=mysalt algorithm=PBEWithMD5andDES
----ENVIRONMENT-----------------
Runtime: Oracle Corporation Java HotSpot™ 64-Bit Server VM 25.341-b10
----ARGUMENTS-------------------
algorithm: PBEWithMD5andDES
input: mCmYjdXpYwSVt4Vp6zq6Yw==
password: mysalt
----OUTPUT----------------------
123456
本站资源均来自互联网,仅供研究学习,禁止违法使用和商用,产生法律纠纷本站概不负责!如果侵犯了您的权益请与我们联系!
转载请注明出处: 免费源码网-免费的源码资源网站 » springboot 配置加密,jasypt加解密命令
发表评论 取消回复