Skip to content

GUI app that can be used to generate 1+5 digit numeric keys - core logic in Python

Notifications You must be signed in to change notification settings

akhileshraju/PassKeyGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Pass Key Generator

Requires Python 3.6 or higher to run

Small python script that is used for generating a 1+5 digit numeric key that the user can use to decode their main password. It makes use of the in-built Tkinter library in python to render the GUI. The GUI rendered on Windows 7 is shown below.

The passkeys are saved in a text file in the working directory. Since the key itself cannot be used as a password any unautorized access to this file will not reveal the real password This file needs to be in the same working directory to allow the program to write new keys as well as ensure that the generated key is not already in the file.

Planned enhancements

  • Adding a text entry field to link the passkey to the account for which it was generated
  • Changing the passkey of a certain entry
  • Uploading and/or downloading the database text file from Google Drive - link

About

GUI app that can be used to generate 1+5 digit numeric keys - core logic in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages