Re: md5 encryption



>>
>> And all I was trying to do was to correct the statement that md5 was a
>> one
>> way hash.
>>
>
> It is a one way hash function.

I am sorry, but I don't quite agree.
I did, (and still do), some reading, the fact is that you can get a string
given a hash key.

Please note that I was, (maybe wrongly), talking about passwords.
Every application compares the key and not the string.

>
> - Mike

Simon


.



Relevant Pages

  • Re: Hash Function problem
    ... original string is read. ... The hash function is really done as an initializing step, ... Or else "normal" strlens don't take O, ...
    (comp.programming)
  • Re: beginners attempt at hash function
    ... >>) We have an informal programming class and our instructor has ... >>) given the exercise of devising and implementing a hash function. ... Did you know that strcat scans the entire string ...
    (comp.programming)
  • Re: Hash Function problem
    ... One is when the hash is computed at the same time the ... original string is read. ... Think about the inner loop of the string reading function. ... we're going to traverse the whole thing in the hash function anyway. ...
    (comp.programming)
  • Re: How to write a diff in VB6 for comparing two xml files?
    ... No, the best you could do is to read both into string and use StrCompbut it's inefficient and, but using the hash ... Private Declare Function CryptAcquireContext Lib "AdvAPI32.dll" Alias _ ... Dim HashAAs Byte, HashLenA As Long ...
    (microsoft.public.vb.general.discussion)
  • Re: something like switch in c
    ... >> straightforward string comparisions. ... > inner table size and/or add symbols to expand the hash. ... It all depends on the empirical pattern of the actual keys. ... The value of the random number generator is UNCHANGED on ...
    (comp.programming)