/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;

Primary LanguagePythonMIT LicenseMIT

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
from peupasswd import peupasswd
print(peupasswd("master password", "instagram", 12))

Running on web

https://devfemibadmus.github.io/peupasswd/