Fuko\Masked is a small PHP library by Kaloyan Tsvetkov for masking sensitive data by replacing blacklisted elements with a redacted value.Here’s an example of the basic usage from the package’s readme:1use Fuko\Masked\Protect;2 3// hide the value inside the $secret_key var4Protect::hideValue($secret_key);5 6// hide the...
Showing posts with label Mask Sensitive Data With the PHP Masked Package. Show all posts
Showing posts with label Mask Sensitive Data With the PHP Masked Package. Show all posts