SHA1 encription
Please support our MySQL advertiser: Programming Forums
![]() |
•
•
Posts: 429
Reputation:
Solved Threads: 0
Hi,
I encrypte my data when i insert into database.
What about when it comes to checking that particular encripted values? Is there any function to use agains SIH-1. I have a textbox and i wanted to verify it with checking encripted data.
Thanks
I encrypte my data when i insert into database.
insert into person (name, psw) values ('john',SHA1('111'));What about when it comes to checking that particular encripted values? Is there any function to use agains SIH-1. I have a textbox and i wanted to verify it with checking encripted data.
Thanks
•
•
Posts: 296
Reputation:
Solved Threads: 41
So you want to decipher a 160 bit binary HSA1 string? Impossible! (except for hiring some Roadrunner doing brute-force decryption.)
Last edited by tesuji : Jul 14th, 2008 at 3:34 pm.
Information is moving—you know, nightly news is one way, of course, but it's also moving through the blogosphere and through the Internets. I promise you I will listen to what has been said here, even though I wasn't here. Ann and I will carry out this equivocal message to the world. I'm the master of low expectations.
![]() |
Other Threads in the MySQL Forum
- Previous Thread: recursive query, category and parent_category
- Next Thread: need help
•
•
•
•
Views: 918 | Replies: 1 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode