Modify ↓
#250 closed defect (fixed)
Replace MD5 and/or SHA1 checksum code
Reported by: | wilmer | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
The MD5 and SHA1 checksum code files aren't licensed under GPL. Maybe it's good to change them since I'm not sure if they're completely GPL-compatible...
Attachments (0)
Change History (2)
comment:1 Changed at 2007-10-10T23:53:17Z by
comment:2 Changed at 2007-11-23T23:11:59Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Found something!
Thanks to lcrack <http://usuarios.lycos.es/reinob/> for the code (and Google Code Search for making it easy to find it).
Note: See
TracTickets for help on using
tickets.
Bah. I'm looking for this now, but haven't been able to find anything suitable yet. Most of them seem to be endianness-dependent or even contain some assembly optimizations. Which is pointless for just hashing some passwords. The current implementations don't have this problem.
Will look further though...