Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fuko-php/masked
Browse files Browse the repository at this point in the history
* 'master' of github.com:fuko-php/masked:
  Update README.md
  • Loading branch information
kktsvetkov committed Nov 28, 2018
2 parents 868f8b8 + bc24a9e commit 557b38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 557b38b

Please sign in to comment.