An attempt to backdoor the kernel
Posted Nov 6, 2003 22:37 UTC (Thu) by
lm (guest, #6402)
In reply to:
An attempt to backdoor the kernel by jonabbey
Parent article:
An attempt to backdoor the kernel
Re: the monotone SHA1 hashes...
Val Henson has written a paper recently about the fact that using a hash as a way to identify files isn't such a good idea. The paper basically says that just because you can use a hash + linked list search to find an item does not mean that you should use a hash without the linked list backup; hashes get proven to not be unique all the time.
http://www.usenix.org/events/hotos03/tech/full_papers/henson/henson_html/
Using hashes in a version control system is appealing from the point of view of implementation but as I'm fond of saying to my engineers "we're not in the get-it-almost-right business". An open source system which uses this technique is probably fine, the chance of hash collisions is small and you didn't pay for the product. On the other hand, a commercial system that used hashes the same way as monotone does or opencm does, that's a lawsuit waiting to happen.
(
Log in to post comments)