- 30 Sep, 2010 1 commit
-
-
Joel Martin authored
DES is just used once during authentication and is not performance sensitive so we save some space by generating and/or removing some lookup tables. Also, shorten some very frequently used variables. Shaves off about 100 lines.
-
- 29 Sep, 2010 1 commit
-
-
Joel Martin authored
The decrypt functionality is never used so remove it. Also, we can assume that we are always DES encrypting 16 characters which allows several things to be simplified in DES. Overall this removes about 80 lines of code.
-
- 08 Sep, 2010 1 commit
-
-
Joel Martin authored
-
- 11 May, 2010 1 commit
-
-
Joel Martin authored
- Other misc cleanups.
-
- 05 May, 2010 1 commit
-
-
Joel Martin authored
-
- 15 Apr, 2010 1 commit
-
-
Joel Martin authored
-
- 06 Apr, 2010 2 commits
-
-
Joel Martin authored
- Trim unused code in base64.js
-
Joel Martin authored
- DES encryption for VNC bit mirrors every bytes of the password. This commit has a hard-coded mirrored password. Need to ask user and bit mirror it. - With image data across the wire it's Blue,Green,Red, so twiddle things around a bit.
-