Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature
From: Pieter Philippaerts (Pieter_at_nospam.mentalis.org)
Date: 12/19/03
- Next message: Daniel McGloin: "Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature"
- Previous message: Pavel Lebedinsky: "Re: Detecting Process Privileges"
- In reply to: Daniel McGloin: "Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature"
- Next in thread: Michel Gallant: "Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature"
- Reply: Michel Gallant: "Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 19 Dec 2003 03:16:14 +0100
"Daniel McGloin" <dmcgloin@san.rr.com> wrote
> Perhaps I am wrong or confused about this. So just in case, I tried
> flipping the bytes as though it was an array of 2 byte integers - then
> I tried this as though it was an array of 4 byte integers. But it
> still doesn't work :(.
Try reversing the array as a whole. This step is necessary to do .NET <->
CAPI interop [.NEt is big endian, CAPI little endian], so it may be
necessary in your case too.
Regards,
Pieter Philippaerts
Managed SSL/TLS: http://www.mentalis.org/go.php?sl
- Next message: Daniel McGloin: "Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature"
- Previous message: Pavel Lebedinsky: "Re: Detecting Process Privileges"
- In reply to: Daniel McGloin: "Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature"
- Next in thread: Michel Gallant: "Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature"
- Reply: Michel Gallant: "Re: Sign w/ BSafe; Verify w/ MS Crypto; Error: Invalid Signature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|