← Back to archive

Repo of the Day

Entry #709

Published: Dec 23, 2024

Open repository ↗

Implementing Advanced CSRF Protection with RSA in React and Vite. This is an interesting idea to encrypt with a public key and use the private key on the BE to decrypt and use timestamp to prevent replay attacks. I'm not sure how easily it could be reverse engineered, but its at least some decently sufficient security through obscurity.