本文介绍了我的密码如何使用jasypt和crypto.sh包含特殊字符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
尝试使用crypto.sh实用程序,并且我的密码具有特殊字符:
Trying to use the encrypt.sh utility and my password has special characters:
./encrypt.sh input ="$%#!" password ="your_jasypt_password" algorithm ="PBEWITHSHA256AND128BITAES-CBC-BC" keyObtentionIterations = 1000 providerName ="BC"
./encrypt.sh input="$%#!" password="your_jasypt_password" algorithm="PBEWITHSHA256AND128BITAES-CBC-BC" keyObtentionIterations=1000 providerName="BC"
-bash:!:找不到事件
-bash: !": event not found
推荐答案
好吧-需要使用单引号而不是双引号.
Ok easy-- need to use single quotes instead of double quotes.
这篇关于我的密码如何使用jasypt和crypto.sh包含特殊字符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!