Quote:
|
Originally Posted by 4n7hr4x
Thats pretty much the same as PASSWORD encryption with mySQL.
|
Um... not really sha1 if my memory serves my correct is a 41 bit hexoganol encryption and the PASSWORD encryption with md5 which is 32 bit decimal encrytion. Either was sha1 is safer than md5 but still not an amazing line of protection any encryption can be brute-forced, but if your looking from only a decryption stand-point then sha1 is a good deal harder to crack than md5. Try other encryptions using the mcrypt and crypt functions, whenever I need an encryption for personal use, like my personal website or something I use a TWOFISH {128 bit} or BLOWFISH {32-448 bit} usally blowfish since I can use a custom variable-key length.