Re: C# server side (encode) -> C++ client side (decode) ?
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 24 Dec 2005 02:30:12 -0500
J,
Sure you can. The classes in the System.Security.Cryptography namespace
use well established algorithms to encrypt/decrypt information. You just
have to use the same algorithms in your C++ code (which are supported, by
the way), along with the same key and iv values for encryption/decryption.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
<jtfaulk@xxxxxxxxxxxxxx> wrote in message
news:1135116520.216826.228810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I need to encode some information on the server side using ASP.NET with
> C#; sending via HTTP to a client side application, that needs to be
> decoded in an MFC C++ application.
>
> I'm not sure if I can encode something using:
>
> C#: System.Security.Cryptography (to encode)
>
> and
>
> C++: wincrypt.h (to decode)
>
> Does anybody have any idea about this? Thank you in advance; it is
> greatly appreciated.
>
> J
>
.
- References:
- C# server side (encode) -> C++ client side (decode) ?
- From: jtfaulk
- C# server side (encode) -> C++ client side (decode) ?
- Prev by Date: Re: how transparent is a label on the picture?
- Next by Date: Re: Another question about performance
- Previous by thread: C# server side (encode) -> C++ client side (decode) ?
- Next by thread: How to set Grid properties?
- Index(es):