Click here to Skip to main content
15,896,111 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: license viruses database for antivirus module in security tool. Pin
Eddy Vluggen30-Dec-11 9:31
professionalEddy Vluggen30-Dec-11 9:31 
GeneralRe: license viruses database for antivirus module in security tool. Pin
Ram Shmider30-Dec-11 21:17
Ram Shmider30-Dec-11 21:17 
QuestionHow to make sure records were not temper changed Pin
songbo0726-Dec-11 21:37
songbo0726-Dec-11 21:37 
AnswerRe: How to make sure records were not temper changed Pin
Tanveer A26-Dec-11 22:05
Tanveer A26-Dec-11 22:05 
GeneralRe: How to make sure records were not temper changed Pin
songbo0727-Dec-11 20:27
songbo0727-Dec-11 20:27 
AnswerRe: How to make sure records were not temper changed Pin
Eddy Vluggen27-Dec-11 8:52
professionalEddy Vluggen27-Dec-11 8:52 
GeneralRe: How to make sure records were not temper changed Pin
songbo0727-Dec-11 20:34
songbo0727-Dec-11 20:34 
AnswerRe: How to make sure records were not temper changed Pin
Eddy Vluggen28-Dec-11 5:44
professionalEddy Vluggen28-Dec-11 5:44 
songbo07 wrote:
I want to know if tamper man change the data and meanwhile he/she change the
hash key, how can we prove the data was not changed.

If the hacker can generate a new hash, you're toast. If the tamper-man has the seal of King Midas - he'll be King Midas.

It's the same as logging who's accesssing your Linux-machine - if a hacker gains root-access, they can change the logs as they like and the logs become useless. Hence the suggestion to store it somewhere else (with limited access).

songbo07 wrote:
From my previous thought, I think I can at least add a column in the data table,
and record the hash key in this column, whereas you mean we can record the hash
key in another table.
 
I think your idea is a little better than me,
since if someone delete one row from data table the correlation will be broken
for the foreign key doesn't match.

Not only that; if a hacker sees a column with something that resembles a hash, he/she will focus on that column. If you got .NET code that's not obfuscated, then it might become very easy to break it.

Another layer of security could be added by adding auditing[^], but this requires a licensed version of Sql Server 2008 (not available for Sql Express, but you could leave a trace running there). Additionally, you can have the logs being written to an encrypted drive as suggested by Microsoft.

..and no, there is no fool-proof lock. The idea is to make it as hard as possible, just as you lock the doors around your house. Ask the bank, even their vault is vulnerable to attack in certain (yet hard to create) circumstances.
Bastard Programmer from Hell Suspicious | :suss:

GeneralRe: How to make sure records were not temper changed Pin
krumia16-Feb-12 19:26
krumia16-Feb-12 19:26 
GeneralRe: How to make sure records were not temper changed Pin
Eddy Vluggen16-Feb-12 19:44
professionalEddy Vluggen16-Feb-12 19:44 
GeneralRe: How to make sure records were not temper changed Pin
krumia16-Feb-12 21:02
krumia16-Feb-12 21:02 
AnswerRe: How to make sure records were not temper changed Pin
jschell29-Dec-11 14:30
jschell29-Dec-11 14:30 
GeneralRe: How to make sure records were not temper changed Pin
songbo073-Jan-12 16:28
songbo073-Jan-12 16:28 
QuestionNekustamais īpašums Pin
Paradupi16-Dec-11 0:38
Paradupi16-Dec-11 0:38 
QuestionHow to develop real time alert system Pin
shelltton13-Dec-11 16:07
shelltton13-Dec-11 16:07 
AnswerRe: How to develop real time alert system Pin
V.16-Dec-11 1:45
professionalV.16-Dec-11 1:45 
AnswerRe: How to develop real time alert system Pin
Luc Pattyn16-Dec-11 3:49
sitebuilderLuc Pattyn16-Dec-11 3:49 
AnswerRe: How to develop real time alert system Pin
jschell16-Dec-11 8:44
jschell16-Dec-11 8:44 
AnswerRe: How to develop real time alert system Pin
gentlegod00125-Dec-11 4:34
gentlegod00125-Dec-11 4:34 
AnswerRe: How to develop real time alert system Pin
gentlegod00125-Dec-11 4:35
gentlegod00125-Dec-11 4:35 
QuestionChallenges in storing files in ftp path Pin
jith - iii10-Dec-11 9:05
jith - iii10-Dec-11 9:05 
AnswerRe: Challenges in storing files in ftp path Pin
jschell12-Dec-11 8:45
jschell12-Dec-11 8:45 
AnswerRe: Challenges in storing files in ftp path Pin
dawmail33313-Dec-11 2:59
dawmail33313-Dec-11 2:59 
AnswerRe: Challenges in storing files in ftp path Pin
gentlegod00125-Dec-11 4:35
gentlegod00125-Dec-11 4:35 
QuestionDiagramming Standards? Pin
dawmail3337-Dec-11 2:02
dawmail3337-Dec-11 2:02 

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.