Storing Cipher Keys
-
I have an application that uses one or more pre-shared AES256 Keys. Obviously it's not safe to save them in the configuration files, nor put them in the code because you can decompile it with ILDASM. So, how can I store them in a safe way? Thanks. ___________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA]
-
I have an application that uses one or more pre-shared AES256 Keys. Obviously it's not safe to save them in the configuration files, nor put them in the code because you can decompile it with ILDASM. So, how can I store them in a safe way? Thanks. ___________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA]
-
It can also be found by ILDASM, however in stead of simply having the key directly as a variable you could "bury" it within some of the resources (e.g. a Bitmap the the program is using). Pelle Pelle
It could be an idea. Thanks. ___________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA]