masked
masked copied to clipboard
Detect escaped values for blacklisting
If the sensitive data contains special chars, in some occasions they are going to be escaped, and Protect::protectScalar()
is not going to detect them. For example quotes in JSON
echo json_encode('password"'); // output is "password\""