Oh so MD5 doesn't do something like that?
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!
MD5 is much more complex than this simple encryption algorithm.
Thank you
thanks
How to decrypt the string any example ?
Sorry to disagree here but MD5 Is fairly simple to crack since the MD5 Algorythm Tables known as Rainbow Tables. I can crack a 24 char Pass encrypted with MD5 in around 43ms.
These tables do take up alot of diskspace with good table sets well over 500GB and possibly over 1TB. They take ages to generate also.
MD5 Usually gets salted now by Systems like IPB and vBulletin BUT they use the same method of salting
Because this is public a brute force is fairly simple to do if you have access to the database.Code:$pass = md5(md5($salt) . $postPass);
Note that brute force cracking of a hash is very different from "decrypting" it. Also, there is no guarantee that the Rainbow tables will generate the same pre-hash value as was actually used. For example, if "MyPass" and "YourPass" have the same MD5 hash, then when you "crack" the hash, you may use the opposite string from the one I chose.
Agreed. Cracking it does not change the fact that it is one-way.
really helpful
thanks
Can we encrypt/decrypt buffer or stream on the fly with this? And also is it possible to mix it with gzinflate/base63/str_rot13?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks