Git Product home page Git Product logo

rex's Introduction

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

rex's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.