Hi..
i am generating *.reg file using code which will have some important data. and user will save this into registry.
upon application launch i am getting the values from registry and performing some validation..
but the problem is that in registry and in *.reg file the information are stored in plain text.
how can i create encrypted *.reg file first.
then in application start. how to decrypt the value(encrypted) from registry..
i read some articles. but they are related to encryption/decryption of file. here i am working with "*.reg" file and Registry itself