atoponce / d-note

Self destructing encrypted notes
Other
130 stars 43 forks source link

Sign form data to ensure it is not tampered with #58

Open ekoyle opened 4 years ago

ekoyle commented 4 years ago

This adds a server secret and uses it to sign the generated url with a timestamp to prevent client-side tampering.

Needs testing and will break existing installations due to additional configuration options.

fixes #57