Amolith on Nostr: I just publicly open sourced a tool I wrote last year I often log into services to ...
I just publicly open sourced a tool I wrote last year
I often log into services to manage things on behalf of clients, so they have to send me their credentials for those services. I dislike asking them to send sensitive information over SMS or email, so I built this. The user fills out a form, that data is parsed and encrypted entirely in their browser using a WASM wrapper for age, the ciphertext is passed to the backend, and the backend forwards it to a list of email addresses.
Please suggest some better names!
https://git.sr.ht/~amolith/password-thing/
I often log into services to manage things on behalf of clients, so they have to send me their credentials for those services. I dislike asking them to send sensitive information over SMS or email, so I built this. The user fills out a form, that data is parsed and encrypted entirely in their browser using a WASM wrapper for age, the ciphertext is passed to the backend, and the backend forwards it to a list of email addresses.
Please suggest some better names!
https://git.sr.ht/~amolith/password-thing/