Skip to main content

A password manager

Project description

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

There are 2 ways for using this program.

1. Graphical interface

All you need to do type spm on your console.

After that a window will popup where you can create, delete or edit a file that contains username and password:

2. Console

This is a more direct way to manage the files using the console command cpass. Now you will see an example of each function:

cpass create --filename test --username pingu --length 24
cpass edit --filename test --username pingu2 --length 12
cpass delete --filename test

There is also de reduced commands

cpass create -f test -u pingu -l 24
cpass edit -f test -u pingu2 -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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sec_pass_manager-1.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

sec_pass_manager-1.0-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page