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
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
Comment