Git Product home page Git Product logo

password-manager's Introduction

Password Manager

Simple password manager application built on VueJS and Electron. I made this project for my personal use, consider use it at your own risk.

Demo image

All my passwords are 16 characters long and randomly generated from A-Z, 0-9 and special characters included, so it's really hard to remember.

(Note: This description is for previous version) I chose VueJS because it's easy to start, and with some basic knownledge when I've learned ReactJS, jump into VueJS is a big "WOW". I want to focus in VueJS, so I used the boilerplate electron-vue to generate. Documentation about the original structure can be found here.

Update: In version 3, I rewrite the source code from scratch, project was generated by Vue CLI 3, then installed electron-builder as plugin. More information you can read from here.

Usage

Click here to download the latest version of Password Manager for Mac OS. Or go to release page to download the other version of Password Manager, also for other OS.

Features

The application should have these features, but some of them are under development.

  • Add new record (each item is a row of password.)
  • Edit record.
  • Delete record.
  • Instant search.
  • Sort by alphabetical order.
  • Sort by frequent of clicks.

Work in Progress

These are features I'm working on it:

  • Encrypt password input.
  • Setting: backup/restore data into secret Gist.

Note!

In current version, I made a simple "crypto" method to convert characters into new character, using passphrase as "key". This is definitely not a proper way to store sensitive data so consider to use this app at your own risk.

Build Setup

If you want to join development, clone this git, then in the root folder of project, run:

# install dependencies
yarn install

# run on development
yarn electron:serve

# build electron application for production
yarn electron:build

Calling for HELP!

You can do anything, mentor, find bugs, raise issue, folk, create pull request, or even drop me a message at Twitter @sangdth, you are more than welcome.

Credits

Big shout out for creator/maintainers of these packages that Password Manager relies on:

License

MIT

password-manager's People

Contributors

sangdth avatar

Watchers

Truong H. Linh 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.