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

crypto to generate key?

Should you have problems with the DSM plugin, here's the place to look for help or report issues
Post Reply
sbostedor
100
100
Posts: 273
Joined: 2005-02-02 19:30
Location: Jackson, MI, USA
Contact:

crypto to generate key?

Post by sbostedor »

Ok, I"m just starting to play around with this crypto utility. I'd like to be able to create a key file using a command line. I"m not finding any help on this. How does it work?
scovel
100
100
Posts: 307
Joined: 2004-07-12 11:56
Location: CT, USA
Contact:

crypto.exe

Post by scovel »

crypto.exe is in need of a refresh...

If you just run crypto with no parameters, it gives you a usage message:

Usage:crypto -h

List Medthods:crypto -l

Generate Key:crypto -k [keyfile]

Encrypt File:crypto -e [infile] [outfile] [keyfile]

Decrypt File:crypto -d [infile] [outfile] [keyfile]

So, to generate a new key, do:

crypto -k new.key

Sean

P.S. as I said, it really needs some attention. I'm not sure if the format of the key file is compatible with the newer plugins...Gotta find some time to revisit that.
scovel
100
100
Posts: 307
Joined: 2004-07-12 11:56
Location: CT, USA
Contact:

Works now!

Post by scovel »

Version 116 is out, and it includes a new crypto.exe that will create the key file for you. Its on the website.

Sean
Post Reply