From bc24a9e16064c9ac82378f1e8a29ef250bd7282d Mon Sep 17 00:00:00 2001 From: Kaloyan Tsvetkov Date: Wed, 28 Nov 2018 12:11:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4778f42..cdb0b0d 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ Array ***Fuko\\Masked*** does two things: -* first, there is the `\Fuko\Masked\Redact` class which is used to mask sensitive data -* second, `\Fuko\Masked\Protect` class is used to collect your sensitive data, and redact it + * first, there is the `\Fuko\Masked\Redact` class which is used to mask sensitive data + * second, `\Fuko\Masked\Protect` class is used to collect your sensitive data, and redact it By doing the above, you are going to have redacted content with all the sensitive details blacklisted. You do not need to go looking inside all the dumps you create for passwords or credentials, instead you just register them with `\Fuko\Masked\Protect` and that class will mask them wherever it finds them: strings, arrays, big text dumps. It's that simple. The idea is not to have clumsy and overdressed library, but a simple tool that its job well.