Click here to Skip to main content
15,885,998 members
Home / Discussions / C#
   

C#

 
AnswerRe: Real time three tier archetecture Pin
Pete O'Hanlon9-Dec-13 20:12
mvePete O'Hanlon9-Dec-13 20:12 
QuestionSecurity hacking Pin
MAW309-Dec-13 11:36
MAW309-Dec-13 11:36 
AnswerRe: Security hacking Pin
jschell9-Dec-13 15:16
jschell9-Dec-13 15:16 
GeneralRe: Security hacking Pin
MAW309-Dec-13 16:49
MAW309-Dec-13 16:49 
GeneralRe: Security hacking Pin
Dave Kreskowiak9-Dec-13 18:54
mveDave Kreskowiak9-Dec-13 18:54 
GeneralRe: Security hacking Pin
HobbyProggy9-Dec-13 21:35
professionalHobbyProggy9-Dec-13 21:35 
GeneralRe: Security hacking Pin
MAW309-Dec-13 22:59
MAW309-Dec-13 22:59 
SuggestionRe: Security hacking Pin
HobbyProggy9-Dec-13 23:44
professionalHobbyProggy9-Dec-13 23:44 
Well, don't get me wrong, but what makes you that paranoid?

Setting up a firewall like mcaffee or kaspersky, yeah understandable.
Is it a Company Network? There you should have a firewall already!

by configuring the firewall you can block several Inputs yes, but mainly datatransfer
uses http,ftp port or anythink like that, so the blocking of incoming stuff depends on open ports.
Yes you might block ip's but thats inefficent and costs 2 much time.

The Point i want to say is, that the attacker intrudes your system through your open ports, if you only opend http (i think 80) and you are currently not using it, he can do!

The next i don't quite understand, is the copying code?
Your application runs as an .exe file? So how should someone steal that code? This might only work if he steals your .exe file.

The important thing for you should be to secure that your data, Input and Output is safe.
That is what most hackers like to steal.

For example, an application for calculating super secret stuff is worthless without the Input data to begin calculation.

But if you want to encapsule everything then set up:
-Internet Access Server that Forwards the data
-Transfer Server for communication between your servers
-application Hardware that runs your code
-database Server for the data

I personally think that this is unnecessary for private persons.
in a Company this is as i know it the usual Network structure
if(this.signature != "")
{
MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
MessageBox.Show("404-Signature not found");
}

GeneralRe: Security hacking Pin
MAW3010-Dec-13 5:23
MAW3010-Dec-13 5:23 
GeneralRe: Security hacking Pin
HobbyProggy10-Dec-13 21:21
professionalHobbyProggy10-Dec-13 21:21 
GeneralRe: Security hacking Pin
jschell11-Dec-13 8:56
jschell11-Dec-13 8:56 
AnswerRe: Security hacking Pin
BobJanova10-Dec-13 4:25
BobJanova10-Dec-13 4:25 
GeneralRe: Security hacking Pin
MAW3010-Dec-13 5:14
MAW3010-Dec-13 5:14 
GeneralRe: Security hacking Pin
BobJanova10-Dec-13 5:35
BobJanova10-Dec-13 5:35 
AnswerRe: Security hacking Pin
Eddy Vluggen10-Dec-13 7:53
professionalEddy Vluggen10-Dec-13 7:53 
GeneralRe: Security hacking Pin
MAW3010-Dec-13 14:02
MAW3010-Dec-13 14:02 
GeneralRe: Security hacking Pin
Eddy Vluggen11-Dec-13 0:32
professionalEddy Vluggen11-Dec-13 0:32 
GeneralRe: Security hacking Pin
MAW3011-Dec-13 7:29
MAW3011-Dec-13 7:29 
GeneralRe: Security hacking Pin
MAW3011-Dec-13 16:30
MAW3011-Dec-13 16:30 
GeneralRe: Security hacking Pin
Eddy Vluggen12-Dec-13 8:37
professionalEddy Vluggen12-Dec-13 8:37 
QuestionEmgu CV Iris detection Pin
gouthaman939-Dec-13 6:49
gouthaman939-Dec-13 6:49 
AnswerRe: Emgu CV Iris detection Pin
Marco Bertschi10-Dec-13 0:09
protectorMarco Bertschi10-Dec-13 0:09 
QuestionConversion to VB results in errors Pin
Sonhospa9-Dec-13 6:39
Sonhospa9-Dec-13 6:39 
AnswerRe: Conversion to VB results in errors Pin
Richard Deeming9-Dec-13 7:26
mveRichard Deeming9-Dec-13 7:26 
GeneralRe: Conversion to VB results in errors Pin
Sonhospa9-Dec-13 7:54
Sonhospa9-Dec-13 7:54 

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.