audibleblink / passdb-frontend

Pivoting Frontend for Pre-Seeded Password Databases

Home Page:https://alexflor.es/passdb-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passdb-frontend

Connects with the passdb-backend which serves an API for searching through a self-seeded password dump database. Users of the app are able to search by username, password, domain, or email. From the results page, users may pivot around on any clickble piece of information.

This is a fully decoupled frontend single-page app which creates API calls to http://localhost:4567

demo animation

Searching for a specific email will show HIBP breach information.

hibp data

Get started

Install the dependencies...

cd passdb-frontend
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see the query interface.

About

Pivoting Frontend for Pre-Seeded Password Databases

https://alexflor.es/passdb-frontend


Languages

Language:Svelte 84.5%Language:JavaScript 15.5%