November 12, 2009 at 11:47 pm
Hi Every Body
Can any one tell me How database deal with the information which is stored in hashed format?? and how can i retrive the actual information value??
November 13, 2009 at 2:20 am
How was the data put into the 'hashed' form?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 13, 2009 at 2:45 am
I have encrypting information after saving data in database. I have take its data type in hashed data so it converting into hashed format automatically. Thats the problem and now i want to retrieve actual information
November 13, 2009 at 2:51 am
Hashing is typically a one-way operation. ie the original data cannot be obtained from the hashed value.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 13, 2009 at 2:58 am
ya i know that but I want to know that after hashing the data how databse operate it because if we are encrypting password of a user then how database match that password filled by user at the time of login. I just want to know how database treat the hashed value.
November 13, 2009 at 3:02 am
Sir Can you provide me any help book for using Foxpro database
November 13, 2009 at 3:11 am
amitsingh308 (11/13/2009)
ya i know that but I want to know that after hashing the data how databse operate it because if we are encrypting password of a user then how database match that password filled by user at the time of login. I just want to know how database treat the hashed value.
Typically what happens is that the password the user enters is hashed and then the two hash values compared.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 13, 2009 at 3:13 am
amitsingh308 (11/13/2009)
Sir Can you provide me any help book for using Foxpro database
Try a google search. Should turn something up.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 13, 2009 at 3:14 am
Ok sir thank you for your help..
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply