]> git.proxmox.com Git - mirror_novnc.git/commit - core/des.js
Got DES encryption of password working and colors corrected.
authorJoel Martin <github@martintribe.org>
Tue, 6 Apr 2010 15:35:25 +0000 (10:35 -0500)
committerJoel Martin <github@martintribe.org>
Tue, 6 Apr 2010 15:35:25 +0000 (10:35 -0500)
commit8580b9897935133efe1529167506134d6a4a7a55
tree06062e4aadea1936ef152b5b5eab1d19df531e75
parent64ab5c4ded8d25fd39bb6a8b9f6fa8362c2b32b6
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.
canvas.js
include/des3.js [new file with mode: 0644]
vnc.html
vnc.js