How do you go about making a username and password available to all programs. We want to stop hard-coding in our sourcecode (maintance purposes...passchange etc...) how would I do that...<br><br>Suggesstions
Option 1: Secure-ish, very easy.<br><br>Hard code just the one master password - use that to get into an encrypted Access database containing your user/passwd list.<br><br>Option 2: Probably not secure at all, very hard.<br><br>Write your own passwd encryption algorithms and embed them into all your applications - drive yourselves completely crazy when it all goes wrong and you can't get into any of your apps!<br><br>Option 3: Most Secure, easy.<br><br>Use a database that supports users and passwords.<br><br>My bias is, I think, obvious. <p>Mike<br><a href=mailto:michael.j.lacey@ntlworld.com>michael.j.lacey@ntlworld.com</a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.