Last change
on this file since 1874 was
1352,
checked in by pharms, 11 years ago
|
- improved pseudomization to include search and file input fields
|
File size:
693 bytes
|
Line | |
---|
1 | Parses a directory of HTML log files or a single file and replaces all text inputs by MD5 hash values of the entered texts. Through this, the entered data is pseudomized but can still be compared. |
---|
2 | |
---|
3 | The process can be parameterized to consider file input and search fields as well. |
---|
4 | |
---|
5 | $USAGE$ |
---|
6 | <directory> path to the file or directory in which the files are to be pseudomized |
---|
7 | [includeFileInputs] provided, if content of file input fields shall be pseudomized, as well |
---|
8 | [includeSearchInputs] provided, if content of search fields shall be pseudomized, as well |
---|
9 | |
---|
10 | Example(s): |
---|
11 | pseudomizeHTMLTextInputs /path/to/file.log |
---|
12 | pseudomizeHTMLTextInputs /path/to/directory includeFileInputs includeSearchInputs |
---|
Note: See
TracBrowser
for help on using the repository browser.