CATEGORIES
How many bits Returned with MD5 Hash Function
Published by: Guest (9/10/2008 11:09:36 AM)
SEP 10 2008
I know MD5 Hash function encrypts the string you pass but need to know the length of the returned string in character and bits as well? I am confused, I guess it should be 256 bits as it returns 32 characters and that is a hexadecimal code. Am i right or it more than 32 character and more than 256 bits?
Most Popular Articles
- HOW TO PUBLISH A PROJECT IN LOCAL IIS OR OWN MACHINE
- Request object error 'ASP 0104 : 80004005' Operation not Allowed
- Remove Carriage Returns and Line Feeds from ASP Page
- Why do I get error WinHttp.WinHttpRequest error '80072ee2' The operation timed out
- How to Find the Time Difference in ASP
How to Create a delay before Page Redirects in ASP >>
<< How can I Read the Reffered url on an asp Page
COMMENT
Name: Guest
No, each hex = 4 bits, (2 hex = 1 byte), and 4 x 32 is 128 bits.