A password manager that forgets your passwords
Obliviate does not store your passwords, but gives them to you when you need them. How?
It asks you for two things:
Using these, it will derive a password, which you can set as your new password for that site.
The next time you need it, enter the same site and same cipher key. Obliviate will derive the same password as before.
It’s not magic, but it’s quite close.
Once you have Node.js installed, clone this repository, then run
npm install
Every time you want to run the development server, run
npm run dev