Link to home
Start Free TrialLog in
Avatar of gurukg102498
gurukg102498

asked on

hash algorithm

Hi,
I am doing a program which will encrypt and decrypt a word.

Say for example input is :Hello

The code should encrypt and dcerypt the same.

I have been asked to implement md5 hash algorithm.

Can anyone give me a code which will implement the aboove using this algorithm.

Also let me know how we will decrypt the same.

Regds
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland image

http://www.freevbcode.com/ShowCode.ASP?ID=741

Though MD5 is a one-way hashing algorithm, you cannot decrypt is as I understand the process.
Hashing is usually not reversable.  

Encrpyt and decrypt are very different because they are always reversable.

Which one do you need?
ASKER CERTIFIED SOLUTION
Avatar of deighton
deighton
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bhh
bhh

Listening...
Admin notified of User neglect. Force-accepted by
Netminder
CS Moderator