in reply to Re: How to make Perl modify and trigger Javascript variable/function
in thread How to make Perl modify and trigger Javascript variable/function

Thanks, emulating everything in Perl would be ideal but a rather big job I should imagine.

I have managed to see a lot with Fiddler and ieHTTPHeaders, and a bit with Wireshark... but still I can't seem to find the where the SignMsg() hashing/digest function code is that creates the 172 character signature.

If I know what algorithm it uses I could emulate it (I think)

There's also an client certificate that is read in, and some aspx code.

Ah ha - it seems there is an ActiveX controls for both signing and storing data - is it possibel to call those from within Perl?

  • Comment on Re^2: How to make Perl modify and trigger Javascript variable/function