openssl enc 在使用单引号 ( ' ) 时遇到问题
我正在尝试使用 opessl enc 对密码进行 Base 64 加密,但是当密码包含单引号时,它不会返回任何内容。
你知道我可以使用一个选项来避免这种情况吗?
多谢
I'm trying to Base 64 encrypt a password using opessl enc, but when the password includes a single quote it doesn't return anything.
Do you know a option that i can use to avoid this?
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
绊倒你:
也许 shell 引用也会让 openssl
Probably shell quoting is tripping you up
also with openssl: