Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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;

Awesome Lists containing this project

README

        


Peupasswd Advanced Password Security Software


Peupasswd 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/
```