Re: md5 encryption



>>Sorry, but that's not true.
>>As said, it is technically possible to get the original string but near
>>impossible to do so.
>
> Well, whilst it's technically possible to get a string that hashes to the
> same
> value (which is generally all you need if it's used as a password), this
> only
> means it _might_ be the original string; it is completely impossible to
> determine whether it actually _is_ the original string.
>

Of course, but seen that almost every application out there only compare the
hash it doesn't really matter.

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

Simon


.



Relevant Pages

  • Re: [fw-wiz] Stanford break in
    ... > number and a special character.) ... > change the hash and make it harder for brute force to check. ... a password cracker takes strings and hashes them.. ... you gotta burn MORE cycles producing hashes from each string. ...
    (Firewall-Wizards)
  • Re: Generating a unique string without normal character sets
    ... UID inviteId = new UID; ... I'd like to have a unique string consists of normal characters, ... No, Hashes are never guaranteed to be unique, but the good ones have a ... general, so I'd argue that a perfect hash is a hash, that a perfect ...
    (comp.lang.java.programmer)
  • Re: [Full-disclosure] Month of Random Hashes: DAY THREE
    ... What am I going to do with hashes? ... > that sha1 hash signature, fucking that sha256 hash signature, fucking ... >> but only one string can produce that md5 hash signature, ...
    (Full-Disclosure)
  • 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)