Hello
I have a .net program that use DllImport to call a c++ native function exposed in a dll. My .NET program calls this function with a password that I would like to keep secret. I care about the security of my application and I would like to know if it's possible for someone to catch the password at runtime during the time between it is emitted by the .NET program till it's received by the DLL. I wonder if it's easier to catch confidential data in such context of communication between 2 different programs?
I'm not well aware about such spying technique.. so I'm very grateful for any explanations you can give.
Max
I have a .net program that use DllImport to call a c++ native function exposed in a dll. My .NET program calls this function with a password that I would like to keep secret. I care about the security of my application and I would like to know if it's possible for someone to catch the password at runtime during the time between it is emitted by the .NET program till it's received by the DLL. I wonder if it's easier to catch confidential data in such context of communication between 2 different programs?
I'm not well aware about such spying technique.. so I'm very grateful for any explanations you can give.
Max