MD5 Hash

Is there a function built into asp that will create an MD5 hash from a string or any other hash functions for that matter? Do i need to download one from somewhere?

View Replies


ADVERTISEMENT

Hash To Use

I need to protect my passwords with a hash function. While searching through this forum and the Internet I found a few, but I am not sure which one is better or if there are other ones?

View Replies View Related

MD5/Hash Function

I am from predominantly PHP background and have only slightly dabbled in ASP before.
I am trying to find a simple HASH function that is ideally built into ASP such as MD5 (which isn't), it needn't be very complex just a simple checksum is all that is required. The function is only required to product a checksum for a small string of around 20 characters max.

View Replies View Related

Hash Table

if there is a way to create a hash table with asp. I also have java object that accepts a hashtable and then parses out the data.

View Replies View Related

Generating MD5 Hash In ASP That Returns Same String As .NET MD5CryptoServiceProvider?

I need to generate an MD5 hash in ASP, not ASP.NET, and have that hash be
the same as what is produced by the .NET MD5CryptoServiceProvider, any
ideas?

I found a few examples that return MD5 hash as hex string, how can I resolve
that with the byte[] that .NET MD5 implementation gives me?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved