|
-
Jun 7th, 2006, 06:55 PM
#1
Thread Starter
Fanatic Member
"one way" encryption
can any please suggest of "one-way" encryption in Visual basic 6. thanks!!!
-
Jun 7th, 2006, 06:56 PM
#2
PowerPoster
Re: "one way" encryption
one-way encryption...you mean an MD5 hash?
If not, explain what you mean by "one way"...as in can't be decrypted by anyone? What's the point?
-
Jun 7th, 2006, 07:51 PM
#3
-
Jun 7th, 2006, 09:00 PM
#4
Thread Starter
Fanatic Member
Re: "one way" encryption
"One-way" once you encrypt it there's no way for you to decrypt it...that's why it is "one-way" encryption...whats the point? ask the GURU why they invent such encryption algorithm.
-
Jun 7th, 2006, 09:05 PM
#5
Re: "one way" encryption
One way encryption is the only encryption you should trust.
It is mostly used for log-ins, when you store the password hashed (one way encrypted), and to test the validity of the password, you compare the encrypted strings.
I also made a very strong 2 way encryption using one-way encryption, see this thread:
VB - 128, 160 and 256 Bit File Encryption/Decryption with MD5, SHA1 and SHA256
-
Jun 7th, 2006, 09:13 PM
#6
-
Jun 7th, 2006, 11:52 PM
#7
PowerPoster
Re: "one way" encryption
I have an MD5 function somewhere that I downloaded (mixture of function and class module)...if need be, I can find it :-)
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
|