Skip to content

Commit

Permalink
Fix numbered list in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhooi committed Jul 29, 2015
1 parent c89bcb6 commit c48cc56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ It currently writes the output to `STDOUT`.
## What It Removes

The tool currently performs the following:

1. Replace any strings in double-quotes with a SHA1 digest of the contents. This is not currently salted (but this is on the TODO)
1. Remove any fieldnames (`field_name:) or MongoDB namespaces (`database.collection`), and replace them with another word chosen from a dictionary, based on a FNV hash of the word.
1. Remove any occurrences of ``<database_name>.$cmd`.
Expand Down

0 comments on commit c48cc56

Please sign in to comment.