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

Generating My own RC4.key

Should you have problems with the DSM plugin, here's the place to look for help or report issues
Post Reply
Uranium
Posts: 2
Joined: 2010-09-07 01:10

Generating My own RC4.key

Post by Uranium »

I'm making a program that uses PHP scripts to connect two visualbasic.net programs that can queue up clients for connecting to me (client side uses single-click). I want a key for each client.

I've messed with the crypt service providers in VB.net, no luck

i've messed with PHP's pack() to try to make a binary file (87 bytes total, with 128 bitL at the beginning), but every file I try to use dosen't make any connection

Can someone give me an idea of how to go about this? or better yet, make an command-line exe to quickly do it
Post Reply