[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-list] Hash algorithms
Using straight-up MD5 or SHA-1 is not recommended, even with a salt.
Salt values mitigate one basic attack. Adaptive hashing mitigates a
more important one.
You must read
http://home.gwu.edu/~khenry/CSci381/AlternativeHashFunctions.pdf
As alternative I suggest *Tiger*. It's secure, and faster than SHA-1
as you can check here:
http://www.cryptopp.com/benchmarks.html
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.