Skip to content

Password manager implementation for COMP90043 research project

Notifications You must be signed in to change notification settings

cjx10/COMP90043-password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP90043-password-manager

Password manager implementation for COMP90043 research project

Dependencies

pip install cryptography
pip install backports.pbkdf2

Usage

python3 pm.py [operation]

Operations supported: [c]reate new password vault, [a]dd new record, [l]ookup record, [g]enerate password, [ag]advanced generate password.

Use -f or --file flag to specify password vault file location, or default location ./pv is used.
Use -h or --help for detailed usage.

About

Password manager implementation for COMP90043 research project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages