https://github.com/aapis/pypasswordr
Python version of Passwordr
https://github.com/aapis/pypasswordr
Last synced: 17 days ago
JSON representation
Python version of Passwordr
- Host: GitHub
- URL: https://github.com/aapis/pypasswordr
- Owner: aapis
- Created: 2013-07-17T06:36:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T22:58:49.000Z (over 10 years ago)
- Last Synced: 2025-03-23T07:25:02.639Z (4 months ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PyPasswordr
===========A python variant of my [Passwordr](https://github.com/aapis/passwordr) project.
## Usage
```python
_arg = {
"base": "whatever", #uses this as a salt, optional
"length": 32,
}python passwordr.py _arg["base"] _arg["length"]
```