Skip to content

a python CLI app that allows you to securely store your credentials for different applications and easily view and copy them from your terminal.

License

Notifications You must be signed in to change notification settings

gichimux/password_locker_1.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PASSWORD LOCKER

This is a command line application built with python3.6 that gives the user the ability to create or generate passwords for various applications and websites that the user has been granted access to and securely store them.

prerequisites

  • python3.6 is installed in your operating system.
  • Pyperclip is installed and properly configured.

installation process

  • clone this repository
  • Download pyperclip.
  • If on linux, type $ sudo apt install xsel on your terminal to configure pyperclip .
  • Type python3.6 run.py in your terminal.

How it works

The application uses simple shortcodes to enable the user access the various functionalities in the application

before account creation, this are the shortcodes used

short code| result expected

'ca'    | Creates a new account 
'ln'    | Logs user in  
'ex'    | Exits the application 

Inside the application, these shortcodes enable more functionality

short code| result expected

'ac'    | adds account Credentials 
'vc'   | views Credentials for the named app
'cp'   | Copies an application Password to the clipboard
'lo'   | Logs Out User
'dc'   | Deletes a named Credential

TECHNOLOGIES USED

the application is made using python 3.6

Author

This application was made by george gichimu to report bugs or make contact, reach me on this email address: gichimu.dev@gmail.com

Application url

Password Locker

Bugs reported

Pyperclip bugs on previous version have been fixed. No bugs reported.

About

a python CLI app that allows you to securely store your credentials for different applications and easily view and copy them from your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages