|
-
Oct 11th, 2004, 09:09 AM
#1
Thread Starter
PowerPoster
SHA1 decryption
Hi there
I found a way of encrypting text, like passwords etc... but how can i decrypt the encryption hash so it brings me back the original password?
thanks!
-
Oct 11th, 2004, 11:40 AM
#2
Sleep mode
This works good for me . I changed it a little though . http://www.vbforums.com/showthread.p...ght=encryption
-
Oct 11th, 2004, 12:52 PM
#3
Frenzied Member
but how can i decrypt the encryption hash
Technically, you can't decrypt something that's been hashed. That is, hashing is a one-way function. SHA1 fits into this category. You can always compare a hashed value to another hashed value, but you cannot "de-crypt" a hashed value back to it's original string.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|