daveofgv
Well-known member
Hello all,
I have a simple solution that has a user name and password to enter the admin panel. I have (both) user name and password as a setting in my program and the password is a hashcode.
I had some help setting these up and the other person did not show me how to change the value of the hashcode to anything else except what he told me.
Everything works fine, however, I would like to change the password to another password before I deploy it.
Right now the password is "passwd" and the value in the settings is a bunch of numbers.
Does Visual Studio 2008 Pro generate the value of a hashcode or do I have to get another program to do so?
Also, how do you generate the value of hashcode?
Thanks in advanced
daveofgv
I have a simple solution that has a user name and password to enter the admin panel. I have (both) user name and password as a setting in my program and the password is a hashcode.
I had some help setting these up and the other person did not show me how to change the value of the hashcode to anything else except what he told me.
Everything works fine, however, I would like to change the password to another password before I deploy it.
Right now the password is "passwd" and the value in the settings is a bunch of numbers.
Does Visual Studio 2008 Pro generate the value of a hashcode or do I have to get another program to do so?
Also, how do you generate the value of hashcode?
Thanks in advanced
daveofgv