Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Suggestion: store key in URL fragment rather than param #10

@GranPC

Description

@GranPC

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.

Thanks!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions