I am developing an application which will allow users (students) to run
applications on PC's with elevated rights. This is necessary for some
applications which require Administrator rights on the PC.
I now need to store the local administrator username and password
somewhere where my application can read this from.
I am looking for comments on
1. Recommend place to store this data
2. How to encrypt the username and password
3. Given that c# can re easily decompiled and read the encryption could
be obtained so what protection could be given if any. No I dont want to
use a third party app that encodes the C# exe or dll.
Looking forward to comments.
Regards
Jeff
applications on PC's with elevated rights. This is necessary for some
applications which require Administrator rights on the PC.
I now need to store the local administrator username and password
somewhere where my application can read this from.
I am looking for comments on
1. Recommend place to store this data
2. How to encrypt the username and password
3. Given that c# can re easily decompiled and read the encryption could
be obtained so what protection could be given if any. No I dont want to
use a third party app that encodes the C# exe or dll.
Looking forward to comments.
Regards
Jeff
Comment