No longer supported, see the new version of Arc here
A secure, advanced, and customizable password vault. Keep your accounts and data safe by storing your account information locally on your system while being heavily encrypted. Never worry about forgetting an account's details ever again thanks to Arc. This cross-platform software makes accessibility an ease across Windows, Linux, Mac OS, as well as web browser capability.
git clone https://github.com/Mwpereira/Arc-Password-Manager.git
cd Arc-Password-Manager
npm install
Develop using a Desktop Application (Recommended)
npm run electron:serve
or
Develop using a Web Browser Build
npm run serve
- Vue.js - for building user interfaces and connecting Javascript code
- Electron - for the development of cross-platform desktop GUI applications
- bycrypt - for password hashing functionality
- CryptoJS - for standard and secure cryptographic algorithms
- axios - for the promise based HTTP client to handle requests