active_hashcash icon indicating copy to clipboard operation
active_hashcash copied to clipboard

Protect Rails applications against bots and brute force attacks without annoying humans.

Results 1 active_hashcash issues
Sort by recently updated
recently updated
newest added

Reimplementing the hashing algorithm in JavaScript (see [`Hashcash.sha1`](https://github.com/BaseSecrete/active_hashcash/blob/9202c286b722a1a9103f71145b6b95fee27633df/lib/hashcash.js#L114)) renders this library vulnerable to one specific attack: An attacker could fork this library and use a faster implementation of SHA1 and...