Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

$
0
0
Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: E; } } public static function encrypt($plain_text) { Encryptor::init(); $password = "myPassword"; return Encryptor::$_encryptor->encrypt($plain_text, $password); } public static function decrypt($encrypted_text) { Encryptor::init(); $password = "myPassword"; return Encryptor::$_decryptor->decrypt($encrypted_text, $password); } } Source: http://pastie.org/pastes/9319611/download

Viewing all articles
Browse latest Browse all 2663

Trending Articles