Skip to content

izzyjosh/django-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Discription

This project is a password generator site that helps you to generate a password and stores a hash of the password. The password can be viewed by the user if he or she wants to remember the password by logging into his or her account. It also can generate a password for site specified. Password cannot be created for a particular site twice.

Problem This Project Solves

It help the user to store password safely, It also help user to recall password, It help users to generate strong password, For each password ,the place it will be used must be specified which is the site .

Run Project

Install all packages by running this code pip install -r requirments.txt, cd password_generator, then python manage.py runserver.

Releases

No releases published

Packages

No packages published