Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Generating hashes (System.security.cryptography)

Reply
Thread Tools

Generating hashes (System.security.cryptography)

 
 
Mauricio Correa L.
Guest
Posts: n/a
 
      06-18-2004
Hello, I was proving algorithms to generate hash from string (MD5 32
characters), but those that I have found return hash to very long (because
the user must work with this number, does not have to be very long), exists
some form to generate a hash with length 16 characters?
greetings and thanks


 
Reply With Quote
 
 
 
 
Raterus
Guest
Posts: n/a
 
      06-18-2004
Just hack off the MD5 with substring, it's still a hash that isn't going to be repeated anytime soon.

"Mauricio Correa L." <> wrote in message news:%23gP%23%.. .
> Hello, I was proving algorithms to generate hash from string (MD5 32
> characters), but those that I have found return hash to very long (because
> the user must work with this number, does not have to be very long), exists
> some form to generate a hash with length 16 characters?
> greetings and thanks
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
On Hashes - How the hashes printing works? Neela megha shyam Chivukula Ruby 4 05-28-2009 10:56 AM
How to make an array of hashes to a single array with all thevalues of these hashes ? kazaam Ruby 12 09-13-2007 01:30 PM
using hashes as keys in hashes Steven Arnold Ruby 3 11-23-2005 03:25 PM
Hash of hashes, of hashes, of arrays of hashes Tim O'Donovan Perl Misc 5 10-28-2005 05:59 AM
Hashes of Hashes via subs Ben Holness Perl 8 10-08-2003 06:57 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57