G
Guest
I need to create an MD5 encrypted variable to be passed to another web
technology.
the receiving end will take care of itself. However, i can't figure out how
to generate a simple hash value in asp.net VB
here is what i want to do:
given this string "hello"
create a hash value (MD5) and use a response.write to display it on screen.
that is all.
I've seen a few articals but i am looking for a simple example. I really
appreciate the help,
Thanks
KES
technology.
the receiving end will take care of itself. However, i can't figure out how
to generate a simple hash value in asp.net VB
here is what i want to do:
given this string "hello"
create a hash value (MD5) and use a response.write to display it on screen.
that is all.
I've seen a few articals but i am looking for a simple example. I really
appreciate the help,
Thanks
KES