Post #3846256
2026-07-16 00:44 UTC
Replies (2)
-
@azonenberg@ioc.exchange 2026-07-16 00:46
@soatok@furry.engineer @hazelnoot@enby.life or is there some means I'm unaware of by which a web app can store keys clientside and encrypt/decrypt stuff with them in constrained ways like displaying to the user, but prevent malicious JS in the same context from exfiltrating plaintext or keys to the server?
-
@NfNitLoop@mastodon.social 2026-07-16 01:18
@azonenberg@ioc.exchange @soatok@furry.engineer @hazelnoot@enby.life When I was working on #Diskuto (https://github.com/diskuto/) I settled on a UI that performed signing outside of the browser. You can have a little trusted tool that receives the representation of a post and signs it. Paste the signature back in to the browser (which verifies it) and click Post. It's equivalent to signing a message with PGP/GPG before posting it to a forum.