Skip to main content

A powerful terminal password manager using AES encryption and python

Project description

Rex

A powerful password manager using AES and python.

Description

Rex is a password manager that is both powerful and easy to use. It is implemented in Python and uses advanced encryption standards (AES) to encrypt your passphrase. All the passphrases are stored in a JSON file in your home directory.

Installation

Installing Rex requires python-3 or above.

To install Rex through pip run this on windows:

pip install rex-password-manager

or if your using Linux operating system run this:

pip3 install rex-password-manager

Usage

Initialize a new database in Rex

This command creates a JSON file in your home directory to store all your passphrases. It will prompt you to enter a master passphrase, which will be hashed and stored in the JSON file.

rex init

Add new passphrase using Rex

This command creates an account with the name provided as the first argument to the command. This command will also prompts for the master passphrase and the account passphrase. The account passphrase is encrypted using advanced encryption standards (AES) and then stored in the JSON file located in your home directory.

rex add <name>

To overwrite an existing account with the same name, use the --overwrite flag while using this command.

rex add --overwrite <name>

Retrieve a passphrases using Rex

This command retrieves the passphrase attached to the name provided as the first argument to the command.

rex get <name>

By default, this command prints out the account passphrases but you can use the --copy flag to copy the passphrase to your clipboard.

rex get --copy <name>

Remove a passphrase from database using Rex

This command removes an existing account with the name provided as the first argument to the command.

rex remove <name>

List account names using Rex

This command prints all the existing account names in the JSON file.

rex list

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

rex_password_manager-3.7.9.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

rex_password_manager-3.7.9-py3-none-any.whl (6.8 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