9 Apr
2007
9 Apr
'07
12:21 a.m.
We have a rather ragtag set of cryptography functions in use right now, and weird files being used (md5driver? wtf). Looking around I came across these LGPLed hash libraries that we can probably use in pacman. BeeCrypt- http://directory.fsf.org/security/crypt/BeeCrypt.html Documentation- http://beecrypt.sourceforge.net/doxygen/c/index.html Any reason not to go for this? I haven't looked super closely but I think it would make sense to clean this up a bit in order to allow for any future extensibility we may want. These seem like cleanly written algorithms that we can drop in to our code base as they are LGPL. Thoughts appreciated. Have to start cleaning somewhere. -Dan