Recover SVN password from local cache

后端 未结 5 1692
既然无缘
既然无缘 2021-01-29 23:05

is there a way to recover a password from local cache? The password has to be stored somewhere because I can run

svn co http://my.svn.server/foo
<
5条回答
  •  隐瞒了意图╮
    2021-01-29 23:14

    Just use this this decrypter to decrypt your locally cached username & password.

    By default, TortoiseSVN stores your cached credentials inside files in the %APPDATA%\Subversion\auth\svn.simple directory. The passwords are encrypted using the Windows Data Protection API, with a key tied to your user account. This tool reads the files and uses the API to decrypt your passwords

    svn password decryptor

提交回复
热议问题