26 lines
954 B
Markdown
26 lines
954 B
Markdown
# psudohash
|
|
[](https://www.python.org/) [](https://github.com/t3l3machus/psudohash/blob/main/LICENSE)
|
|
<img src="https://img.shields.io/badge/Maintained%3F-Yes-CD8335">
|
|
|
|
## Purpose
|
|
|
|
## Screenshot
|
|

|
|
|
|
## Installation
|
|
No special requirements. Just clone the repo and make the script executable:
|
|
```
|
|
git clone https://github.com/t3l3machus/psudohash
|
|
cd ./psudohash
|
|
chmod +x psudohash.py
|
|
```
|
|
## Usage
|
|
```
|
|
./psudohash.py [-h] -w WORDS [-an LEVEL] [-nl LIMIT] [-y YEARS] [-ap VALUES] [-cpb] [-cpa] [-cpo] [-o FILENAME] [-q]
|
|
```
|
|
The help dialog [ -h, --help ] includes usage details and examples.
|
|
## Usage Tips
|
|
|
|
## Future
|
|
I'm gathering information regarding commonly used password creation patterns to enhance the tool's capabilities.
|