FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

#crypt secure or not?

 


cr3ativ3
i was reading up on some php login protection stuff like that.

I came by the #crypt function it says it can't be decrypted unlike the #encrypt is this true and how high protection is that it doesn't seem like that hard to make a password system with the #crypt. I would have thought making secure login things would use something harder to program then #crypt
kv
It is true. The hashes generated by crypt cannot be decrypted in reasonable amount of time -- for example, if you used brute force on your 3.6 GHz pc, it would take few million years to crack a 8 char length password.

You could also use md5() which is supposed to be better than crypt.
cr3ativ3
#crypt is what they use on forums write because most forums you can't recover your pass. You have to change it.

Or do they us md5()
kv
Use md5(). It is secure enough for atleast next thousands of years Smile
cr3ativ3
Lol Smile Thanks I guess I got my answer any mods can close this thread now.

Thanks
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.