Click here to Skip to main content
16,006,348 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server and Oracle Pin
Not Active7-May-02 3:25
mentorNot Active7-May-02 3:25 
GeneralOne more question Pin
alex.barylski6-May-02 19:14
alex.barylski6-May-02 19:14 
GeneralRe: One more question Pin
markkuk6-May-02 22:12
markkuk6-May-02 22:12 
GeneralRe: One more question Pin
Andres Manggini7-May-02 16:11
Andres Manggini7-May-02 16:11 
GeneralHosts table in mySQL Pin
alex.barylski6-May-02 19:11
alex.barylski6-May-02 19:11 
GeneralSensitive data in database tables Pin
Le centriste6-May-02 7:28
Le centriste6-May-02 7:28 
GeneralRe: Sensitive data in database tables Pin
alex.barylski6-May-02 19:01
alex.barylski6-May-02 19:01 
GeneralRe: Sensitive data in database tables Pin
Matt Gullett7-May-02 2:59
Matt Gullett7-May-02 2:59 
In most situations it is not recommended to store CCs in a database. The reason for this is security and privacy. Unless you inform your users you are storing their CCs in a database you should probably avoid this. If all you need is transmission security, SSL is the only real option. Note: there are a few JavaScript/client-site encryption mechanisms out there too, but they would not be considered the norm by users.

If you do need to store this type of sensetive data I recommend using STRONG encryption on it when you store it in the database. The windows Crypto API can do this for you as well as numerous other libraries available from various vendors. Also many of the web-site certification comapnies require that if you do store CCs you must have a policy in place for purging the data within a specified amount of time (90 days seems like what I remember.)

If you really want to hide your DSN, put it in the registry and encrypt it also.
GeneralRe: Sensitive data in database tables Pin
Carlos Antollini7-May-02 3:06
Carlos Antollini7-May-02 3:06 
GeneralThanks for the answer, but.... Pin
Le centriste7-May-02 5:27
Le centriste7-May-02 5:27 
GeneralRe: Thanks for the answer, but.... Pin
Matt Gullett7-May-02 8:02
Matt Gullett7-May-02 8:02 
GeneralRe: Sensitive data in database tables Pin
AndyG13-May-02 7:45
AndyG13-May-02 7:45 
GeneralOLEdb & SQL with VC6 --> Help me please Pin
Dels5-May-02 23:38
Dels5-May-02 23:38 
GeneralRe: OLEdb & SQL with VC6 --> Help me please Pin
Carlos Antollini7-May-02 8:06
Carlos Antollini7-May-02 8:06 
GeneralRe: OLEdb & SQL with VC6 --> Help me please Pin
Dels11-May-02 19:55
Dels11-May-02 19:55 
GeneralRe: OLEdb & SQL with VC6 --> Help me please Pin
Dels12-May-02 3:09
Dels12-May-02 3:09 
GeneralFilling a DataGrid Pin
Crocmort5-May-02 7:08
Crocmort5-May-02 7:08 
GeneralRe: Filling a DataGrid Pin
Mazdak5-May-02 9:00
Mazdak5-May-02 9:00 
GeneralRe: Filling a DataGrid Pin
Crocmort5-May-02 13:51
Crocmort5-May-02 13:51 
GeneralRe: Filling a DataGrid Pin
Mazdak5-May-02 19:10
Mazdak5-May-02 19:10 
GeneralRe: Filling a DataGrid Pin
Crocmort5-May-02 18:02
Crocmort5-May-02 18:02 
GeneralRe: Filling a DataGrid Pin
Mazdak5-May-02 19:12
Mazdak5-May-02 19:12 
GeneralRe: Filling a DataGrid Pin
CSharpLady8-May-02 10:08
CSharpLady8-May-02 10:08 
GeneralAccess auto-query help Pin
alex.barylski4-May-02 17:55
alex.barylski4-May-02 17:55 
GeneralRe: Access auto-query help Pin
Nick Parker5-May-02 16:39
protectorNick Parker5-May-02 16:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.