Uranium-235 Posted December 29, 2012 Share Posted December 29, 2012 so i'm using vb.net and PHP for a new helpdesk software i'm making for myself it uses UltraVNC and I want each account to have a key. My luck with making a key in VB.net has gotten nowhere. I've been messing around with pack() and have gotten somewhere but am still having problems. attached is a key file. Its 128-bit RC4, each key begins with "128 bitL". I've searched through Uvc's forum with no luck as how to go about this. Help pls rc4.zip Quote Link to comment Share on other sites More sharing options...
cpd Posted December 29, 2012 Share Posted December 29, 2012 (edited) http://en.wikipedia.org/wiki/RC4 Explains it very well with a PHP example. You've just gotta be bothered to read it. Not sure how many VB.NET programmers are on here but PHP being an open source language and this forum primarily for PHP I'd imagine very few in comparison to the amount of active members. Edited December 29, 2012 by CPD Quote Link to comment Share on other sites More sharing options...
Uranium-235 Posted December 30, 2012 Author Share Posted December 30, 2012 (edited) I don't mind using PHP to generate this instead of VB, but every key I try to generate, it dosen't connect, nor give me an error. UVNC must have its own slightly modified version of RC4 files. Anybody have ANY idea how to go about this? Edited December 30, 2012 by Uranium-235 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.