T
Tom
Lets say my application has some information that we hash using the private
key (which we keep secure). Obviously, the application, when running on the
users workstation, needs the public key in order to properly decode/verify
the information produced by the developer and the private key.
Question: What is the best way to get this private key to the user program?
Include it in a file (maybe called MyApp.public.key) that gets shipped with
the application? Include it in the application config file? (which then begs
the quesiton how, since I am using the Configuration Application Block and
am not sure how to store an entire XML string in the CAB and hashtables) Or
is there a better solution?
Any advice appreciated. Thanks in advance.
Tom
key (which we keep secure). Obviously, the application, when running on the
users workstation, needs the public key in order to properly decode/verify
the information produced by the developer and the private key.
Question: What is the best way to get this private key to the user program?
Include it in a file (maybe called MyApp.public.key) that gets shipped with
the application? Include it in the application config file? (which then begs
the quesiton how, since I am using the Configuration Application Block and
am not sure how to store an entire XML string in the CAB and hashtables) Or
is there a better solution?
Any advice appreciated. Thanks in advance.
Tom