Update README.md

This commit is contained in:
Panagiotis Chartas
2022-07-04 11:24:53 +02:00
committed by GitHub
parent 233fee209c
commit 24dd96e24d

View File

@ -40,7 +40,8 @@ chmod +x psudohash.py
```
The help dialog [ -h, --help ] includes usage details and examples.
## Usage Tips
If you add custom paddings and/or modify the predefined custom paddings directly in the script along with the --append-numbering option, there is a small chance of duplicate words occuring. psudohash includes word filtering controls but for speed's sake, those are limited.
1. Combining options --years and --append-numbering with a --numbering-limit >= 90 will most likely produce some duplicate words because of the mutation patterns implemented by the tool.
2. If you add custom paddings and/or modify the predefined custom paddings directly in the script along with the --append-numbering option, there is a small chance of duplicate words occuring. psudohash includes word filtering controls but for speed's sake, those are limited.
## Future
I'm gathering information regarding commonly used password creation patterns to enhance the tool's capabilities.