Re: md5 encryption - Be careful!



Be careful when you test the encryption function using the site!

If you are using the function to generate the md5 string from your password,
it will store your original password string in their database for public
consumption in the future.

Shawn

"Geoff Berrow" <blthecat@xxxxxxxxxxx> wrote in message
news:10og91l1daerrhvc8jjq01n1b86ncg9o8m@xxxxxxxxxx
>I noticed that Message-ID: <JmVle.16039$g66.10335@attbi_s71> from Lee
> Marsh contained the following:
>
>>This isn't really 'undoing' an md5 hashing, but there is this
>>http://md5.rednoize.com/ database of known md5 keys that you can search
>>through. Hey, at least the probability of finding your key there is better
>>than finding it by decrypting it; as Oil Filth has pointed out, the
>>probability with decrypting is astronomical.
>
> Hey it works too...after a fashion.
>
> Try ec5287c45f0e70ec22d52e8bcbeeb640 for a magical experience.
>
> --
> Geoff Berrow 0110001001101100010000000110
> 001101101011011001000110111101100111001011
> 100110001101101111001011100111010101101011


.



Relevant Pages

  • Re: How to check the Password in C# and SQL?
    ... I would find it hard to believe the password column in your SQL server 2000 ... I've used md5 on the password. ... more secure than encrypting the password, then decrypting the password for ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How can I encrypt string using the MD5 method?
    ... >with the string parameter,it return the encryption result of the string ... MD5 is not an encryption function: ... There are a number of fairly portable MD5 libraries. ...
    (comp.lang.c)
  • Re: [PHP] Is there a function can decrypt md5 ??
    ... The only practical way to get the original data from a known MD5 string is to sign up with one of the services that has gigs of pre-MD5 encoded data and have them do a lookup of the MD5 you have and tell you what it was before they hashed it. ... Is there a function can decrypt md5 ?? ...
    (php.general)
  • Re: Inherent encryption in .NET 2.0?
    ... Yes anything without pulling the text through an encryption function each ... Like simple scrambling of strings? ... You can use something like MD5 or ...
    (microsoft.public.dotnet.languages.vb)
  • Re: string encryption
    ... md5 is an encryption function in PHP ... to encrypt a string in PHP, you can do that by this line: ...
    (microsoft.public.inetserver.asp.general)