In-reply-to » Today I was playing a bit with 'useless stuff' like Client Certificates, S/MIME email encryption, email certificates, passwordless ideas, and static web generators.

@eaplmx@twtxt.net @prologic@twtxt.net If you’re interested I did my own deterministic password manager solution, entirely client side as a PWA, it’s called Vector Pass

The login form is only used to generate a token and to store the data locally, absolutely no information is sent outside of the app.

I mainly built it for myself and does not depend on any external library except for the UI management, there’s an option to store data using a technique taken from here.

It also feature things like generating throwaway email accounts, PIN and can generate an TOTP code from the key of the service.

Everything can be exported and imported via JSON or arbitrary URL.

Right now it’s not welcoming for new users but I’m working on it, I’ll make the source public once I get some things right and polish it a bit.

I’m also planning to have a compatible CLI version but right now I’m focusing on the PWA.

⤋ Read More