A local (offline) password manager for Mac based on Electron (via electron-quick-start), Node.js crypto, React, and Material UI. Passwords are encrypted using AES-192.
If you don't have Yarn, then just replace yarn with npm in the following instructions.
git clone https://github.com/a-n-d-r-3-w/halberdier.gitcd halberdieryarn install- Run webpack in watch mode:
yarn build - In another terminal, launch app:
yarn start
yarn package