I have recently successfully implemented 128-bit encryption for my vb.net app. I hammered out a random string for my 'key' and a random string of numbers for my byte array which is used in my encrypt/decrypt functions.
My question is - before I deploy my app... are there steps I need to take within my code to protect the key / byte array? I have this paranoid feeling that perhaps somebody could decompile my .exe, find my key, and reverse my encryption I use for several output files.
hahaha - am I being ridiculous?
-Falcon
My question is - before I deploy my app... are there steps I need to take within my code to protect the key / byte array? I have this paranoid feeling that perhaps somebody could decompile my .exe, find my key, and reverse my encryption I use for several output files.
hahaha - am I being ridiculous?
-Falcon