Hello,
Im trying to dynamically generate nxs files but Im stuck on the Proxy Sock authentication password.
I’ve managed to scramble the password of the user password authentication of the target node, that works fine.
The Proxy Socks password though looks nothing like the generated one.
For example if I type it in the UI of NoMachine. The field in the NXS file looks like:
<option key=”HTTP proxy password” value=”:123:456:78:123:45:67:89:12:34:” />
But using the perl script scramble_alg.pl I get a password in this format: Mj!3Kmz8Np(:Qs(?Tv2AWy4DZ|8Oix3JlO
Is the Proxy password algorithm different?