We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9c767 commit e38b152Copy full SHA for e38b152
src/JSONDB/Util.php
@@ -59,6 +59,6 @@ class Util
59
*/
60
public static function crypt($string)
61
{
62
- return crypt(sha1($string), self::$cryptSalt);
+ return sha1($string . self::$cryptSalt);
63
}
64
0 commit comments