alainmeier / cryptonote

:lock: A simple open source web application that lets users encrypt and share messages that can only be read once.
https://cryptonote.me
MIT License
179 stars 34 forks source link

Add request throttling #11

Open alainmeier opened 9 years ago

alainmeier commented 9 years ago

Though there is a lot of entropy in both the ID of the message and in the generated password, it would not hurt to add some request throttling to prevent some brute force attacks. Something like Rack Attack would be perfect.