Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

How to encrypt the password

Post Reply
madpeter
Posts: 2
Joined: 2010-02-04 07:24

How to encrypt the password

Post by madpeter »

Hi , I have to write a program that collects some data from the user, one of the fields is the password. This value I have to save in my system and update the value in the Ultravnc ini file.

Can anyone tell me how I could convert my password so that it will be in the correct format.

ie if I enter the password 123456 it is saved as

[ultravnc]
passwd=494015F9A35E8B2245

I am using dotnet 3.5 c#.

thanks and cheers
madpeter
Posts: 2
Joined: 2010-02-04 07:24

Re: How to encrypt the password

Post by madpeter »

Hello anyone have an idea ?
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: How to encrypt the password

Post by supercoe »

This is an advanced question that a dev would have to respond to, it might take quite awhile to get an answer.

Look at the UltraVNC source code, you will be able to find the password encryption algorithm.

http://ultravnc.svn.sourceforge.net/
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
mixmastamyk
Posts: 2
Joined: 2010-10-15 23:49
Contact:

Re: How to encrypt the password

Post by mixmastamyk »

I was able to come up with a solution in Python that will probably be helpful to your situation (assuming you haven't given up already). :wink:

http://www.geekademy.com/2010/10/creati ... r-vnc.html
druss
Posts: 3
Joined: 2012-08-03 09:06

Re: How to encrypt the password

Post by druss »

Post Reply