Abugov
March 16th, 2009, 05:16 AM
Hello,
I am new to C++/CLI and I have an old piece of C++ code that works with the CryptoAPI.
In this code I create a container using a "container name". The container name is a string that is used as a key to the whole encryption algorithm, and must be kept safe.
I've created a "C++/CLI Class Library" project and moved the C++ code into it and successfully built an assembly.
My question is:
Is it possible for a hacker to access the metadata of the assembly and recover the "container name"?
10x,
Alex
I am new to C++/CLI and I have an old piece of C++ code that works with the CryptoAPI.
In this code I create a container using a "container name". The container name is a string that is used as a key to the whole encryption algorithm, and must be kept safe.
I've created a "C++/CLI Class Library" project and moved the C++ code into it and successfully built an assembly.
My question is:
Is it possible for a hacker to access the metadata of the assembly and recover the "container name"?
10x,
Alex