MyPassword is a tool for managing your passwords with ease.
You need Meteor.JS up and running, also Node.JS is required.
git clone https://github.com/Deisss/MyPassword.git MyPassword
Will create a folder MyPassword
and put the code base inside.
If it's the first time, you may need to meteor update
before anything. After that:
meteor
Will start everything, the application will be located at http://localhost:3000/
If you don't have an account on MyPassword, you can create a new account on the login page. Then you can create a new vault, and start having fun!
No need to say, you can also share password with it.
The project is not consider as stable yet, so use it at your own risks. There is no warranty regarding security.
Also, the design comes from github swordfish project, so credits goes to them for this part.