Welcome Guest Search | Active Topics | Members | Log In | Register

Re: what is the best way to store passwords and credit card information in SQL Server 2005? Options · View
David Portas
Posted: Friday, October 19, 2007 8:02:04 AM


Rank: Guest
Groups: Guest

Joined: 9/17/2007
Posts: 11,670
Points: -1,200
Date parsed: 19/10/2007 08:02:04
Date: Fri, 19 Oct 2007 07:02:04 +0100

"dr" <softwareengineer98037@yahoo.com> wrote in message
news:u3i8vlgEIHA.5788@TK2MSFTNGP05.phx.gbl...
> what is the best way to store passwords and credit card information in SQL
> Server 2005?
>

If you store passwords yourself then they should be hashed but not encrypted
unless you require a password recovery feature. Password complexity and
expiration is equally important. Of course, authentication and password
management is built in to SQL Server so in many cases you shouldn't need to
store passwords yourself at all - use SQL Server or integrated security
instead.

For credit card data you can use the built-in encryption functions:
http://msdn2.microsoft.com/en-us/library/ms189586.aspx

--
David Portas


Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.1 (NET v2.0) - 9/10/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.029 seconds.