You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Célio Cidral Junior <cc...@gmail.com> on 2005/06/07 11:40:01 UTC

Finding cached passwords

Hello!

How can I find my cached password in my local machine? I took a look
at C:\Documents and Settings\<user>\Application Data\Subversion\ and
found some files in .\auth\svn.simple but I found no plain password in
those files. Since svn 1.2.0 encrypts cached passwords, I want to
known if there is the need to upgrade to this new version in the case
of a security issue due to plain passwords being cached in the local
machine.

Thanks,

Celio Cidral Junior
WEG Eletric
Brazil
http://www.weg.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Finding cached passwords

Posted by Javed Mandary <ba...@gmail.com>.
Hi ,
     does anyone have an example of how to checkout codes from
subversion using an ant target  assuming that i have the svnant.jar in
my classpath.

the following being the repo info:

repository url : http://10.148.5.19/svn/SuRepository
username: javed
password: pswd
checkout codes from : http://10.148.5.19/svn/SuRepository/trunk

thanks,
   Javed

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Finding cached passwords

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jun 7, 2005, at 4:40 AM, Célio Cidral Junior wrote:


> Hello!
>
> How can I find my cached password in my local machine? I took a look
> at C:\Documents and Settings\<user>\Application Data\Subversion\ and
> found some files in .\auth\svn.simple but I found no plain password in
> those files. Since svn 1.2.0 encrypts cached passwords, I want to
> known if there is the need to upgrade to this new version in the case
> of a security issue due to plain passwords being cached in the local
> machine.
>

For Subversion 1.0.x and 1.1.x, \auth\svn.simple\ contains plaintext  
password caches.  You can read about it here:

http://svnbook.red-bean.com/en/1.1/ch06s02.html#svn-ch-6-sect-2.2

If you upgrade to a 1.2 client on windows2000 or later, then the  
cached passwords will be crypted using windows cryptography services.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org