Click here to Skip to main content
15,881,861 members
Home / Discussions / C#
   

C#

 
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 
MAW30 wrote:
What other operating system do you recommend
On the maximum paranoia setting, I'd go for any Linux-version that can be compiled by hand (and verify the MD5 after downloading). Any minimum installation would do. Recommended basic settings here[^].

MAW30 wrote:
(my original thought was it wouldn't be able to send data out the way it came in)
That will depend mostly on the client; the hardware and drivers do not care which way the data flows on a TCP-connection. You DO want to block incoming connections - on almost every port, for almost every IP.

MAW30 wrote:
Does the firewall operate along with the OS or is it completely different.
There can be multiple; next to the hardware-firewall there's a firewall in Windows. Additionally, if you're using services, there's a firewall pattern[^]. That's usually something you build yourself, as only your app can validate a request.

Happy hunting Smile | :)

--edit
As an alternative; PC2 could block *all* incoming connections - it could fetch it's data from PC1 using a secured service. You'd be polling a bit, but then again, the PC won't be doing much other stuff Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]


modified 11-Dec-13 12:56pm.

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 
GeneralRe: Conversion to VB results in errors Pin
Richard Deeming9-Dec-13 8:03
mveRichard Deeming9-Dec-13 8:03 
GeneralRe: Conversion to VB results in errors Pin
Sonhospa9-Dec-13 8:22
Sonhospa9-Dec-13 8:22 
AnswerRe: Conversion to VB results in errors Pin
Dave Kreskowiak9-Dec-13 7:27
mveDave Kreskowiak9-Dec-13 7:27 
GeneralRe: Conversion to VB results in errors Pin
Sonhospa9-Dec-13 7:51
Sonhospa9-Dec-13 7:51 
GeneralRe: Conversion to VB results in errors Pin
Dave Kreskowiak9-Dec-13 7:56
mveDave Kreskowiak9-Dec-13 7:56 
GeneralRe: Conversion to VB results in errors Pin
Sonhospa9-Dec-13 8:22
Sonhospa9-Dec-13 8:22 
QuestionCoding Style Questions Pin
Kevin Marois9-Dec-13 6:00
professionalKevin Marois9-Dec-13 6:00 
AnswerRe: Coding Style Questions Pin
PIEBALDconsult9-Dec-13 6:33
mvePIEBALDconsult9-Dec-13 6:33 
GeneralRe: Coding Style Questions Pin
Kevin Marois9-Dec-13 6:59
professionalKevin Marois9-Dec-13 6:59 

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.