Global Feed Post Login
Replying to Avatar jb55

after working on Damoose (safari extension), it seems nostore is pretty insecure because it exposes your private key to the javascript environment.

Since we store your key in the iOS keystore, we can just access this from the plugin background process instead of the browser's javascript runtime environment.

We can sandbox the plugin process to disable outgoing networking connection, so it can only send messages to and from the browser, so it should be way more secure than what nostore was doing.

Avatar
Scott ••• 1y ago

How can I get this extension?

Reply to this note

Please Login to reply.

Discussion

Avatar
jb55 1y ago

gotta build it first

Thread collapsed