Sunflower (An implementation of flower password with Electron)
Where is the best place to store your password? It's nowhere!
It uses a one-way algorithm to generate your final password in real time, by taking a 'general password' and a 'code'.
Since we don't save our password at any places, so as long as you keep your general password safe, your final passwords are secured.
Please refer to https://flowerpassword.com for more details.
git clone git@github.com:ilstar/sunflower.git
cd sunflower
npm install
./node_modules/.bin/electron .
- install electron-packager
electron-packager . --all
Note: the program only be tested on Mac OS system