Git Product home page Git Product logo

memorious's Introduction

Memorious

Minimalist command line password manager.

Synopsis

Memorious is just a small shell script wrapping the classic process of storing your passwords in a CSV file encrypted by GPG with AES-256 and a keyfile.

This program used to be written in Python and to rely on PyCrypto with a SQLite database loaded on the fly in memory but this new version is faster and simpler.

Installation

To install memorious from source:

$ git clone git://github.com/vinc/memorious.git
$ cd memorious
$ sudo cp memorious.sh /usr/local/bin/memorious
$ sudo chmod a+x /usr/local/bin/memorious

You will need gpg and optionally xclip to use this program.

Usage

Create a keyfile to encrypt and decrypt the memfile:

$ memorious new

Those two files are stored in ~/.memorious.

Note: in the future this program may evolve to rely on storing a passphrase in gpg-agent, but for now it is up to you to decide how best to secure the content of this directory so that the keyfile is not readable when not in use.

Generate a password for an account and copy it to clipboard:

$ memorious set --domain example.com --username alice --copy
Generated password: *copied*

Add an account with an existing password:

$ memorious set --domain example.com --username bob --password secret

List all accounts:

$ memorious get
domain       username  password          comment
example.com  alice     QFzcxisbkt2a5+fU
example.com  bob       secret
github.com   alice     Zc8Uid/cuYNU5p2u

Filter accounts by domain:

$ memorious get --domain example.com
domain       username  password          comment
example.com  alice     QFzcxisbkt2a5+fU
example.com  bob       secret

Get a password for an account:

$ memorious get --domain example.com --username alice --copy
domain       username  password  comment
example.com  alice     *copied*

License

Copyright (C) 2010-2017 Vincent Ollivier. Released under GNU GPL License v3.

memorious's People

Contributors

vinc avatar

Stargazers

mario ~sigmes-modfyn avatar  avatar

Watchers

 avatar James Cloos avatar  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.