I'd like to know that is it possible to use skein instead of MD5 or SHA1 for file integrity checking?
Is that really better or faster than SHA1 and MD5?
Update:
Regarding your responses. Actually I'd like to use a faster algorithm for Host IDS like OSSEC (that maybe performs File integrity checking for example every 10 min) to put lower loading on the host and take less resources.
So I have two options:
- New algo
- Improve SHA1 or MD5.
Can you explain which way is implementable and better?