Skip to content

Local password manager written in python3. It mainly works like a search bar.

License

Notifications You must be signed in to change notification settings

itsraval/passwordManagerSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Password Manager

Security

  • PBKDF2-SHA256 to store the main password.
  • AES-GCM is default encryption method.
  • AES-CBC is also avaible.

Execution

Execute the Password Manager.exe file or add a shortcut to the startup folder.

Press Alt Gr + P to open the SearchBar.

If you want to use another macro key just need to rewrite the Password Manager.ahk file e transfor it to executable.

TO DO

  • add account
  • edit account
  • delete account
  • password generator
  • setting

About

Local password manager written in python3. It mainly works like a search bar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published