Skip to content

Gaurav-chatterjee/PAS-password-archive-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PAS-password-archive-system

** WEAK PASSWORD, TRY AGAIN**

You have faced this situation right?

Well, I have created a small App to solve this.

Name of the app: PAS( Password Archive System)

Workings:

  1. Execute the Python file. ( python3 password_creator.py )

  2. In a user interface, it will ask you "where to use the password" & "what should be the length of the password".

  3. It will automatically create a Strong Password for you and store it in a key-value pair in a JSON file so that you don't need to remember the password.

eg. You typed Facebook as your password application & length as 6.

JSON --> { 'Facebook' : '' }

Recommended practice: Make a copy of the updated JSON file and store it on google drive so that you can use it remotely also.

Requirements:

  1. Python > 3
  2. pip install tk

Testimony: Screen Shot 2024-07-17 at 19 41 50

===========================================================================================================

Screen Shot 2024-07-17 at 19 42 06

===========================================================================================================

Screen Shot 2024-07-17 at 19 48 12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages