Skip to content

elfenware/obliviate-web

Repository files navigation

Icon

Obliviate

A password manager that forgets your passwords

Description

Obliviate does not store your passwords, but gives them to you when you need them. How?

It asks you for two things:

  • the site you want to log in to
  • a cipher key, which is any passphrase you can remember

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.

Developing and building

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

Credits