Re: C++ and C# cryptography compatibility
From: Pieter Philippaerts (Pieter_at_nospam.mentalis.org)
Date: 03/29/04
- Next message: Fabien: "Re: Change process owner to submit certificate requests"
- Previous message: Alun Jones [MS MVP]: "Re: Problem with IIS5 - "expired" CRLs not working?"
- In reply to: Michel Gallant: "Re: C++ and C# cryptography compatibility"
- Next in thread: Michel Gallant: "Re: C++ and C# cryptography compatibility"
- Reply: Michel Gallant: "Re: C++ and C# cryptography compatibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Mar 2004 17:07:40 +0200
"Michel Gallant" <neutron@NOSPAMistar.ca> wrote in message
> - there shouldn't be any issue with Endian-ness for symmetric encryption
CryptoAPI's symmetric keys are imported in little endian byte order, while
.NET uses big endian byte order.
So you'll need to reverse the symmetric key you're using in .NET when
importing it with the CryptoAPI [or vice versa].
Regards,
Pieter Philippaerts
http://mentalis.org/go.php?sl
- Next message: Fabien: "Re: Change process owner to submit certificate requests"
- Previous message: Alun Jones [MS MVP]: "Re: Problem with IIS5 - "expired" CRLs not working?"
- In reply to: Michel Gallant: "Re: C++ and C# cryptography compatibility"
- Next in thread: Michel Gallant: "Re: C++ and C# cryptography compatibility"
- Reply: Michel Gallant: "Re: C++ and C# cryptography compatibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]