Giter Club home page Giter Club logo

my-pwd's Introduction

๐Ÿ”’ my-pwd

Dependency DevDependecy Downloads License

Easy and secure CLI to store and manage your passwords.

Console

Why?

Nowadays everyone in the world have thousand password or pin to remember. It's impossible to do only with our memory and use the notes to store them it's not safe. So how do I remember its? A good way it is to use a password manager. The fast and easy way is a CLI password manager like my-pwd.

Install

$ npm install -g my-pwd

Getting Start

Nothing to configure. Install the NPM package and you are ready to store your information in a safely place. Digit my-pwd new to store new credentials or digit my-pwd -h to view all the avaiable commands.

How does it works?

The script save all the credentials in a JSON file encrypted by Advanced Encryption Standard. AES uses a key to create an unreadable hash. This key must be entered by you. Yes, its similar to remember a password but if you use one encryption key to store all credentials you can forget all the others password and remember only one.

Security

The script run locally, it NEVER send nothing across internet and the dependencies are all up to date and secure. Moreover the possibility to crack AES is inifity small, if you want to know more you can read this answer.

Commands

Options:

  -v, --version           Output the version number
  -h, --help              Output usage information

Commands:

  new                     Store credentials into safely place.
  list                    Show all records stored.
  read [options]          Copy to clipboard the password of a stored record. Use "--show" if you want to view the password in the console.
  group [options] <name>  Create a new group. Use "--remove" to remove one.
  generate <length>       Generate a secure password on your device.
  remove <identifier>     Remove a record.
  update <field>          Update a field. You can use: email, pwd, username, group. Example: "my-pwd update pwd"
  export                  Exports the JSON file containing the database

Roadmap

  • Command to export database โœ…
  • Command to import database
  • Add more languages
  • Use AES with 256 bits instead of 192.
  • ...continuously updated

JavaScript Style Guide

my-pwd's People

Contributors

biuni avatar

Stargazers

 avatar

Watchers

 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.