negative-captcha
negative-captcha copied to clipboard
A plugin to make the process of creating a negative captcha in Rails much less painful
1. Default, non-random secrets are _always_ a bad idea. 2. MD5 is not a good passphrase hashing function. 3. MD5, while not _yet_ vulnerable to preimage attacks (which would allow...
I'm experiencing issues with negative captcha, but it doesn't occur everytime, and I still can't figure out a pattern out of it. Here's the stacktrace: ``` vendor/bundle/ruby/2.0.0/gems/negative_captcha-0.3.3/lib/negative_captcha/view_helpers.rb:6:in `negative_captcha' app/views/modals/_suggest_cospace_modal.html.haml:11:in `block...
Hey, in the README you write: > It is still possible for someone to write a bot to exploit a single site by closely examining the DOM. This means that...