Indeed you are correct. I'd done experiments on both DES as well as TripleDES, and had the tripleDES code handy.
I ended up hacking vncpasswd to take a password on STDIN and spit out the encrypted password suitable for inclusion in a .vnc file or a registry hive.
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Search found 5 matches
- 2005-10-05 01:41
- Forum: Old messages
- Topic: VNC password encryption using PERL.
- Replies: 3
- Views: 3719
- 2005-10-03 13:27
- Forum: Old messages
- Topic: VNC password encryption using PERL.
- Replies: 3
- Views: 3719
Not the best solution but...
I've contacted the authors of various VNC related utilities and everyone is using the encryption algorithm pulled directly from the VNC source. This casts serious doubts on my ability to implement this the way I wanted, so at this point I'm going to run with plan B. I've got a perl module called VNC ...
- 2005-09-28 21:45
- Forum: Old messages
- Topic: VNC not able to view DVR Video Camera (video)
- Replies: 2
- Views: 4184
Turn down hardware Accelleration
I've had success in similar situations by turning down hardware accelleration for the video card. In my case I had to crank it down to the lowest setting. In XP the accelleration slider is in the "advanced" section of your display adapter properties, in the tab called "Troubleshooting"
- 2005-09-28 21:13
- Forum: Old messages
- Topic: auto start as a "service" in Windows 98
- Replies: 2
- Views: 2608
Not a "service" as such
You CAN do
c:\progra~1\Ultravnc\winvnc.exe -install
and it will set up as close to a service as you can get on windows 9x. It basically just throws an entry in HKLM/windows/current version/run.
Not really a service, but it' accomplishes the same thing.
c:\progra~1\Ultravnc\winvnc.exe -install
and it will set up as close to a service as you can get on windows 9x. It basically just throws an entry in HKLM/windows/current version/run.
Not really a service, but it' accomplishes the same thing.
- 2005-09-28 20:00
- Forum: Old messages
- Topic: VNC password encryption using PERL.
- Replies: 3
- Views: 3719
VNC password encryption using PERL.
This one crosses multiple disciplines (PERL, VNC, Registry editing) so maybe I'll get lucky and someone has done this before. The folks in the PERL groups are crusty old buzzards and I KNOW they'd shout me down for posting there. I'd like to write a PERL script that will take a plaintext password ...