Got DES encryption of password working and colors corrected.

- 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.
This commit is contained in:
Joel Martin
2010-04-06 10:35:25 -05:00
parent 64ab5c4ded
commit 8580b98979
4 changed files with 233 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<script src="include/mootools.js"></script>
<script src="include/mootools-more.js"></script>
<script src="include/base64a.js"></script>
<script src="include/des2.js"></script>
<script src="include/des3.js"></script>
<script src="canvas.js"></script>
<script src="vnc.js"></script>