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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rex_password_manager-3.7.9.tar.gz
.
File metadata
- Download URL: rex_password_manager-3.7.9.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f900da50300a415b56ff9b70a09d6dad4610e45cf3b4d62a2a3385e47be1b15 |
|
MD5 | b23749f33a5def98d954354628badbb5 |
|
BLAKE2b-256 | 6a6aaf8b6c85327a298bc1f232c9204fa799f0f976e16369902966549c0b5764 |
File details
Details for the file rex_password_manager-3.7.9-py3-none-any.whl
.
File metadata
- Download URL: rex_password_manager-3.7.9-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e427f38d24722850dad2c84418e1757ba53b2ae909b668be0b2c0ae1dfd0506 |
|
MD5 | 760eb0ba616f4c3134da94a6fb6ae1aa |
|
BLAKE2b-256 | 884b68575b7973c42c7746210af85a8586f0d70a8740447409a20b5e92179bb1 |