You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2024. It is now read-only.
Hi! Pretty cool project you've got here, thanks for sharing!
In commit ec8d204 you added a feature that allows the encryption key to be embedded in the shared URL. As a suggestion to keep the E2E encryption safe, I think it would be better to move it into the fragment (window.location.hash) rather than a query parameter. This is because query parameters are sent to the request made to the web server - which defeats the point of E2E encryption - but hash/fragment identifiers are not.