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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user