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 details)

Uploaded Source

Built Distribution

rex_password_manager-3.7.9-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

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

Hashes for rex_password_manager-3.7.9.tar.gz
Algorithm Hash digest
SHA256 2f900da50300a415b56ff9b70a09d6dad4610e45cf3b4d62a2a3385e47be1b15
MD5 b23749f33a5def98d954354628badbb5
BLAKE2b-256 6a6aaf8b6c85327a298bc1f232c9204fa799f0f976e16369902966549c0b5764

See more details on using hashes here.

File details

Details for the file rex_password_manager-3.7.9-py3-none-any.whl.

File metadata

File hashes

Hashes for rex_password_manager-3.7.9-py3-none-any.whl
Algorithm Hash digest
SHA256 0e427f38d24722850dad2c84418e1757ba53b2ae909b668be0b2c0ae1dfd0506
MD5 760eb0ba616f4c3134da94a6fb6ae1aa
BLAKE2b-256 884b68575b7973c42c7746210af85a8586f0d70a8740447409a20b5e92179bb1

See more details on using hashes here.

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