Code Monkey home page Code Monkey logo

password-manager's Introduction

Password-Manager

js-standard-style

Password Manager is a cross-platform desktop app written with help of Node.js and Electron.

This app uses AES-256 Encryption algorithm in Galois/Counter Mode(GCM) mode for encrypting the passwords. It's key is derived from password set by user. It also generates new random Initialization Vector(IV) for encryption when saving passwords.

It is best practice not to save passwords, but if you still have to, save them securely.

Installation

Basic Installation

Download the Latest Release according to your operating system.

Install using GIT

Use Git clone to clone into the repository.

git clone https://github.com/bharavi15/Password-Manager.git

Install the required dependencies

cd Password-Manager && npm install

Run Password-Manager using

npm start

Usage

Initial setup

Set admin password when using the app for the first time.

Note- Saved passwords cannot be recovered if you forget admin password as that itself is the encryption key. Please reset the app by deleting .passMan.db file.

image


Login

Every time you start the app you'll have to login using admin password.

image


Home page

Here you can view already saved passwords or add new service. You can also update the admin password or delete all saved passwords. image


Add service

Here you can enter the service for which you are saving the password and the password itself. image


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

This project uses Material Icons and Materialize for styling.

License

The code from this repo is MIT licensed.

password-manager's People

Contributors

bharavi15 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

williambsb

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.