小编ulu*_*ulu的帖子

存储 SVN 的明文密码

我在 Windows 上,使用 SVN 作为 SharpSVN 库的一部分。我需要以纯文本形式存储我的密码。我尝试将以下内容放入我的servers文件中:

store-passwords = yes
store-plaintext-passwords = yes
store-auth-creds = yes
store-ssl-client-cert-pp-plaintext = yes
Run Code Online (Sandbox Code Playgroud)

这是我在config文件中的内容:

### To disable all password stores, use an empty list:
password-stores =
Run Code Online (Sandbox Code Playgroud)

然而,这是我在检出存储库后在 \auth\svn.simple\0675.. 文件中看到的内容:

K 8
passtype
V 8
wincrypt
K 8
password
V 372
AQAA...
Run Code Online (Sandbox Code Playgroud)

我在这里做错了什么?

svn cache credentials

5
推荐指数
1
解决办法
3434
查看次数

标签 统计

cache ×1

credentials ×1

svn ×1