Re: Crypto Hash ?
From: Pieter Philippaerts (Pieter_at_nospam.mentalis.org)
Date: 11/09/03
- Next message: Michel Gallant: "Protecting Rijndael/AES encrypted data"
- Previous message: WJ: "Crypto Hash ?"
- In reply to: WJ: "Crypto Hash ?"
- Next in thread: Michael Giagnocavo [MVP]: "Re: Crypto Hash ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 9 Nov 2003 15:33:03 +0100
"WJ" <JohnWebb@Yahoo.Com> wrote in message
> I am using SHA1CryptoServiceProvider method to create a password hash at
run
> time. I notice that if I use a 4 bytes password as input, the hash is
> sometimes 4 times longer than the original text input. What determines the
> size of the output hash string "len(hashString)" ?
The length of a hash is fixed. SHA1 always produces a 20 byte hash, MD5
produces a 16 byte hash.
Regards,
Pieter Philippaerts
Managed SSL/TLS: http://www.mentalis.org/go.php?sl
- Next message: Michel Gallant: "Protecting Rijndael/AES encrypted data"
- Previous message: WJ: "Crypto Hash ?"
- In reply to: WJ: "Crypto Hash ?"
- Next in thread: Michael Giagnocavo [MVP]: "Re: Crypto Hash ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|