Skip to content

Decrypt the user's password saved by svn in windows. Reminds you of forgotten password.

Notifications You must be signed in to change notification settings

ryoii/svn-decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svn-Decrypter

Decrypt the user's password saved by svn in windows. Reminds you of forgotten password.

How it works

Subversion saved you password with an encrypted string. The encrypt/decrypt algorithm is provided by win api.

This function decrypts and checks the integrity of the data in a BLOB (Cryptography) structure. Usually, only a user with the same logon credentials as the encrypter can decrypt the data. In addition, the encryption and decryption must be done on the same computer.

Usage

Download on the release page and just run it.

Reference

TortoiseSVN Password Decrypter: Must have the Microsoft .NET 2.0 runtime.

About

Decrypt the user's password saved by svn in windows. Reminds you of forgotten password.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages