|
|
|
|
Group: Forum Members
Last Login: Tuesday, October 30, 2007
Posts: 9,
Visits: 20
|
I'm curious about the RC4 key file used by the DSM plugin within the ActiveX Viewer/Server. Is their a way to send the RC4 key value as part of the HTML/Javascript that loads the ActiveX control or does a key file already have to exist on the client PC? I want to be able to use the DSM plugin without requiring my customers to download a key file. Any suggestions?
|
|
Post #1714
|
|
|
|
|
|
Group: Forum Members
Last Login: Thursday, August 05, 2010
Posts: 53,
Visits: 56
|
Actually we could add a property to ServerX to specify DSM key as a byte buffer instead of passing a dsm keyfile path. I think something like that maybe availalbe within next couple weeks.
Regards, ---- Alex Morozov Chief Software Engineer SmartCode Solutions
|
|
Post #1715
|
|
|
|
|
|
Group: Forum Members
Last Login: Tuesday, October 30, 2007
Posts: 9,
Visits: 20
|
That would be fantastic! Would this feature be added to ViewerX as well?This would enable web applications to distribute unique keys via HTTPS for every VNC session. All of a sudden pre-shared keys don't sound that bad... Many thanks!
|
|
Post #1716
|
|
|
|
|
|
Group: Forum Members
Last Login: Tuesday, October 30, 2007
Posts: 9,
Visits: 20
|
One more question...Would we pass a base64 encoded RC4 key?
|
|
Post #1717
|
|
|
|
|
|
Group: Forum Members
Last Login: Thursday, August 05, 2010
Posts: 53,
Visits: 56
|
Would we pass a base64 encoded RC4 key? Most probably it will be possible to pass a RC4 key as a byte array as well as base64 encoded string.
Regards, ---- Alex Morozov Chief Software Engineer SmartCode Solutions
|
|
Post #1718
|
|
|
|
|
|
Group: Forum Members
Last Login: Thursday, August 05, 2010
Posts: 53,
Visits: 56
|
That would be fantastic! Would this feature be added to ViewerX as well? Why not, ViewerX would benefit from such addition.
Regards, ---- Alex Morozov Chief Software Engineer SmartCode Solutions
|
|
Post #1719
|
|
|
|
|
|
Group: Administrators
Last Login: 2 days ago @ 4:49 PM
Posts: 1,248,
Visits: 2,125
|
Just an update to this long overdue thread. Current development build of ViewerX has this feature implemented.In the COM programming terms, the API accepts RC4 key as a SAFEARRAY of unsigned char. In case of .Net what you will have to do is simply read a key to a byte[] array and pass it to a ViewerX instance. We are planning to release a new ViewerX build together with the VNC Manager v4.5 release. But we can offer a development build for testing to anyone interested.
 Kindest Regards, SmartCode Solutions Support
|
|
Post #2240
|
|