Re: C# server encode -> C++ client side decode

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



jtfaulk@xxxxxxxxxxxxxx wrote:
> 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.

Never used cryptography from either code, but the main thing you want
to look at is the protocol that both use. If you can get them using the
same protocol, then the code should work irregardless of what language
you make it in.

.



Relevant Pages

  • 16-bit value in 3 bytes?
    ... for my platform, I am trying to reverse engineer the protocol. ... are used to encode the value using the characters ".023569:<? ...
    (comp.programming)
  • C# server encode -> C++ client side decode
    ... sending via HTTP to a client side application, ... I'm not sure if I can encode something using: ... C++: wincrypt.h (to decode) ...
    (microsoft.public.vc.mfc)
  • C# server side (encode) -> C++ client side (decode) ?
    ... sending via HTTP to a client side application, ... I'm not sure if I can encode something using: ... C++: wincrypt.h (to decode) ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How hard is socket programming?
    ... TCP/IP send a large portion of the file before my HTTP ... TCP is in the transport protocol level. ... If a SMTP client is sending HUGE data, ... the web server will be modeled like so: ...
    (microsoft.public.vc.mfc)
  • Re: POSTing Chinese characters
    ... For the example string I mention, simply encode as ... the client locale could be anywhere... ... > The basic idea of %-encoding is to treat character encoding as a sequence ...
    (microsoft.public.inetserver.iis)