Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
crypto to generate key?
crypto to generate key?
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?
crypto.exe
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.
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.
Works now!
Version 116 is out, and it includes a new crypto.exe that will create the key file for you. Its on the website.
Sean
Sean