31 Dec
2017
31 Dec
'17
4:22 p.m.
On December 31, 2017 7:06:08 PM Vinnie Falco via Boost
On Sun, Dec 31, 2017 at 7:21 AM, Andrey Semashev via Boost
wrote: I often use MurmurHash
Murmur is vulnerable to algorithmic complexity attacks:
http://emboss.github.io/blog/2012/12/14/breaking-murmur-hash-flooding-dos-re...
MurmurHash is not intended to be cryptographically secure. Where the hash can be applied to external data you probably want a more secure function.