arongeo / passmgr

A Password Manager in Terminal. Written in Python. Made by @arongeo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passmgr

Python Build Codacy Badge

DeepSourceActive DeepSourceResolved

A Password Manager in Terminal. Written in Python. Made by @arongeo

! Passmgr has lots of flaws, I wouldn't recommend using it, it is solely a project for fun, not for any actual use !

Security

  • Each username/e-mail and password is encrypted with AES-256 encryption before saving it into the SQLite Database.
  • The SQLite Database is encrypted.
  • Your master password is custom salted, then hashed with SHA-256 and SHA-512 to produce the AES-256 key to decrypt your other AES-256 key, which is custom generated.

About

A Password Manager in Terminal. Written in Python. Made by @arongeo


Languages

Language:Python 99.6%Language:Makefile 0.4%