如何加密 /etc/vpn/example.cfg 文件中的 vpnc Xauth 密码?
当我设置 vpnc 时,我创建了一个 /etc/vpnc/example.cfg 文件,这样我就不必每次都输入所有内容。
其中一行是“Xauth 密码”,我必须以纯文本形式输入它。有办法加密吗?
when i set up vpnc, i created a /etc/vpnc/example.cfg file so that i don't have to enter everything every time.
one of the lines is "Xauth password " where i have to enter it in plain text. is there a way to encrypt it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用混淆的密码。
使用 Xauth 混淆密码 XXXXXX。
请记住,可以使用
cisco-decrypt
实用程序对混淆的密码进行反混淆。您可以使用
cisco-encrypt
工具创建模糊密码,该工具可以使用提供的代码 此处。这样做
(需要 libgcrypt)
You can use an obfuscated password.
Use
Xauth obfuscated password XXXXXX
.Remember that the obfuscated password can be deobfuscated with the
cisco-decrypt
utility.You can create the obfuscated password with the
cisco-encrypt
tool, which you can build using the code provided here.Do this like
(requires libgcrypt)