Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devfemibadmus/peupasswd
peupasswd is an advanced password security software written in python use in generating unique password for each of each service i.e you can generate special password for each of your social media or services with just one master password;
https://github.com/devfemibadmus/peupasswd
password password-generator password-manager password-store python security-tools strong-password strong-password-generator
Last synced: about 7 hours ago
JSON representation
peupasswd is an advanced password security software written in python use in generating unique password for each of each service i.e you can generate special password for each of your social media or services with just one master password;
- Host: GitHub
- URL: https://github.com/devfemibadmus/peupasswd
- Owner: devfemibadmus
- License: mit
- Created: 2022-05-04T17:01:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T18:06:32.000Z (3 months ago)
- Last Synced: 2024-10-06T01:03:45.186Z (about 1 month ago)
- Topics: password, password-generator, password-manager, password-store, python, security-tools, strong-password, strong-password-generator
- Language: Python
- Homepage: https://devfemibadmus.github.io/peupasswd/
- Size: 432 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Peupasswd Advanced Password Security SoftwarePeupasswd is a simple password security package use in generating unique password for each of each service i.e you can generate special password for each of your social media or services with just one master password; see also neupasswd
How It Works
Peupasswd takes in a master password, the service name you wanna use the password for and the length of the password u want(never worry about the length you can choose as much as possible you dont need to cram it). Then it encrypt the master password in a way you can nerver guess of. Also you can retrieve/check ur password again by doing same way.
How to:-
## Install through pip
```
pip install peupasswd
```
```python
from peupasswd import peupasswd
print(peupasswd("master password", "instagram", 12))
```## Running on web
```
https://devfemibadmus.github.io/peupasswd/
```