Hi everyone.

I'm creating an app in which there will be a program administrator who will have a login password. Currently, I plan to store the password in the registry. Although this is not top-secret stuff, I know that anyone could easily go to the registry and get the password (if they know how to do it).

Here's my question. What's the best way to really create an industrial-strength password? I know that you may need to use encryption, but wouldn't the program be screwed up if someone with bad intentions deleted the encrypted file?

Thanks for your thoughts.