Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Adding padding to encrypted IM-passwords so the exact password length can't | Wilmer van der Gaast | 2008-03-16 | -13/+22 |
| | | | | | be guessed from the encrypted data anymore. | |||
* | Fixed broken check in check_arc.c | Wilmer van der Gaast | 2008-02-16 | -2/+3 |
| | ||||
* | "Changed" the ArcFour implementation. I'm afraid this was a waste of time, | Wilmer van der Gaast | 2007-10-07 | -1/+1 |
| | | | | | but at least I added a neat unittest... | |||
* | Adding test for arc.c so that I can now safely replace the RC4 code with a | Wilmer van der Gaast | 2007-10-07 | -0/+95 |
(compatible) ArcFour implementation. |