Skip to main content

No project description provided

Project description

# Password_Manager

Password Manager is a command-line tool that allows you to securely store and retrieve passwords for various services.
It provides encryption for password storage and includes features for generating secure passwords.


## Installation

To use the Password Manager, you need to install it first. You can do this using pip:

```bash
$ pip install pass_manager


# Usage

### Generating an Encryption Key

$ pass_manager --action generate_key


### Setting the Master Password

$ pass_manager --action set_master_password --master_password [YOUR_MASTER_PASSWORD]


### Storing a Password

$ pass_manager --action store --service [SERVICE] --password [PASSWORD] --master_password [YOUR_MASTER_PASSWORD]


### Retrieving a Password

$ pass_manager --action retrieve --service [SERVICE] --master_password [YOUR_MASTER_PASSWORD]


### Generating a Secure Password

$ pass_manager --action generate_password --password_length 16




###### I can't resolve error while retrieving passwords

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

passwordManager_jsv-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

passwordManager_jsv-0.0.2-py3-none-any.whl (3.2 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