Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elfenware/obliviate-web

A password manager that forgets your passwords
https://github.com/elfenware/obliviate-web

hacktoberfest manager passphrase password security svelte

Last synced: 1 day ago
JSON representation

A password manager that forgets your passwords

Awesome Lists containing this project

README

        


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

```shell
npm install
```

Every time you want to run the development server, run

```shell
npm run dev
```

## Credits

- [dotcypress/password](https://github.com/dotcypress/password) for the original idea