[–] ziad-saab 10y ago ↗ One of my favourite ones: public static function encryptPassword($password) { return strrev(sha1(strtolower($password)).sha1(strtoupper($password))); }
1 comment
[ 3.5 ms ] story [ 11.1 ms ] thread