WIN10下:

jasypt下载

#将jasypt-1.9.3-dist.zip解压到win10本地:
#在jasypt-1.9.3\lib目录下按住Shift+右键并打开PowerShell输入以下命令
#Jasypt加密:
$ java -cp jasypt-1.9.3.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI input=密码字符串 password=加解密密钥 algorithm=PBEWithMD5AndDES
#Jasypt解密:
$ java -cp jasypt-1.9.3.jar org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI input=密文 password=加解密密钥 algorithm=PBEWithMD5AndDES

相关文章:

  • 2022-12-23
  • 2021-06-29
  • 2021-09-06
  • 2022-12-23
  • 2021-12-05
  • 2022-01-27
  • 2021-12-05
  • 2021-10-14
猜你喜欢
  • 2021-10-31
  • 2022-12-23
  • 2021-09-30
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案