Settings

Theme

Different password encryption implementations

github.com

2 points by ziad-saab 10 years ago · 1 comment

Reader

ziad-saabOP 10 years ago

One of my favourite ones:

  public static function encryptPassword($password) {
    return strrev(sha1(strtolower($password)).sha1(strtoupper($password)));
  }

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection