Ask a Question related to ASP.NET Security, Design and Development.
-
A.M #1
Database Password
Hi,
We have a web server running ASP.NET app in DMZ zone provided by Cisco PIX
firewall.
The web application is sending user id and password to the database server.
What is the best practice to make the connection string secure?
Thanks,
Ali
A.M Guest
-
How to secure database password? (was Perl/DBI newbie: password storage / security question)
Zedgar, You are chasing the yourself into circles. Security is dictated by circumstances and resources available. In our case, we had plenty of... -
suddenly asked for database password
I changed my Ms access database into a arial unicode one and the next time i tried to upload it or see a page which use the website i get the... -
Connect to database using encrypted password
I'm needing to connect to a database manually (not using cfquery). However I'm not wanting to hardcode the password into the file. I have a... -
How to secure database password? (was Perl/DBI newbie: password storage / security question)
Hello, Many thanks to R. Joseph Newton, Motherofperls, essential quint and Chuck Fox for answering my questions, however it is still not what I... -
How to secure database password? (was Perl/DBI newbie: password stora...
The only solutions I've discovered is: ( for less secure tables) 1. Crypt the password 2. Put it into directory not in the public domain 3. Set... -
Steve C. Orr, MCSD #2
Re: Database Password
You can store your password encrypted in the registry.
Here's more information:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfidentitysection.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
Hire top-notch developers at [url]http://www.able-consulting.com[/url]
"A.M" <IHateSpam@sapm123.com> wrote in message
news:%23RMVoR$dDHA.3024@tk2msftngp13.phx.gbl...PIX> Hi,
>
> We have a web server running ASP.NET app in DMZ zone provided by Ciscoserver.> firewall.
> The web application is sending user id and password to the database> What is the best practice to make the connection string secure?
>
> Thanks,
> Ali
>
>
Steve C. Orr, MCSD Guest
-
Jerry III #3
Re: Database Password
Do not store the actual password. Store a hash instead. Unless you're
talking about the connection password, in that case you should use Windows
authentication so the password would not be sent (and encrypt the
connection).
Jerry
"A.M" <IHateSpam@sapm123.com> wrote in message
news:%23RMVoR$dDHA.3024@tk2msftngp13.phx.gbl...PIX> Hi,
>
> We have a web server running ASP.NET app in DMZ zone provided by Ciscoserver.> firewall.
> The web application is sending user id and password to the database> What is the best practice to make the connection string secure?
>
> Thanks,
> Ali
>
>
Jerry III Guest



Reply With Quote

