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.
| Author |
Topic |
|
yaman
Posting Yak Master
213 Posts |
Posted - 2008-04-02 : 06:16:38
|
| A user can login at front hand (WEB APP )and username and password is stores in HASHED FORMAT I want to access that password into a orignal text from database ( sql server) Pls help me out is there any way to get orignal text .Yaman |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-04-02 : 06:19:58
|
| if it's hashed then no. hashing is a one way operation.if it's encrypted then you'll need an encryption key to decrypt it.encryption and hashing are 2 different things._______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenpSSMS Add-in that does a few things: www.ssmstoolspack.com |
 |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2008-04-02 : 06:21:04
|
| Where is the name and pwd stored and how is it hashed.If you want to be able to do this why do you hash them?==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|