Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.09 KB

Readme.md

File metadata and controls

24 lines (17 loc) · 1.09 KB

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/