Skip to content

santipvz/SecurePasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Password Manager

With this program you will be able to create random passwords with the length you desire. The passwords will be saved in the same directory your console is. You can also edit the password generating another one or even delete a file you don't need anymore.

Tests Static Badge

Usage

First of all, you can install this project with pip install sec-pass-manager

Console Interface

You can manage password files using the console command cpass. Here are examples of each function:

cpass create --filename test --username santi --length 24
cpass edit --filename test --username santi --length 12
cpass delete --filename test

There is also de reduced commands

cpass create -f test -u santi -l 24
cpass edit -f test -u santi -l 12
cpass delete -f test

Note

This program will create .key files that you can open with any notepad as if it was a .txt

If you don't indicate a length it will be set to 10 as default.

About

Random password generator for more security

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages