Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Decrypting the Password.....

Author  Topic 

avmreddy17
Posting Yak Master

180 Posts

Posted - 2007-09-08 : 10:39:53
I have a SQL Server Login and I forgot the password for it.
Is there any way I can decrypt the password. I don't want to
change the password.

Thanks
Venu

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-09-08 : 12:03:16
No, you can't.
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2007-09-08 : 12:43:40
If your problem is the password for SA you should be able to login as a member of the Administrators group and then use Trusted mode to connect to SQL Server (i.e. using using windows authentication)

Kristen
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2007-09-08 : 14:20:16
if your problem is on application login, just change the password and update your config file

--------------------
keeping it simple...
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-09-08 : 16:37:53
i suppose if the connection string was stored in a config file, they wouldn't need to decrypt it. just open up the config file in notepad.


elsasoft.org
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2007-09-08 : 16:58:01
if the password in the config file is correct?
or someone changed it for fun perhaps before resigning?

--------------------
keeping it simple...
Go to Top of Page

avmreddy17
Posting Yak Master

180 Posts

Posted - 2007-09-09 : 00:28:53
Thanks for all u're replies...

This is a SQL Server login used by an External Appilcation and I am not sure what the password is...and I need to install the this external application on a diff server and it needs to have the same login and password and I can not change it . Just wondering if there is a way we can decrypt the password.

Thanks
Venu

Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-09-09 : 00:47:48
There is no way other than guess.
Go to Top of Page

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2007-09-09 : 03:39:30
Sorry, we don't do password recovery here.


Damian
"A foolish consistency is the hobgoblin of little minds." - Emerson
Go to Top of Page
   

- Advertisement -