Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralMessage Closed Pin
7-Jun-13 0:46
amit293917-Jun-13 0:46 
GeneralRe: problem in saving an image in windows application Pin
Richard MacCutchan7-Jun-13 1:03
mveRichard MacCutchan7-Jun-13 1:03 
AnswerRe: problem in saving an image in windows application Pin
amit293917-Jun-13 1:10
amit293917-Jun-13 1:10 
QuestionConvert Latitude Longitude To X Y Pixel (C#) Pin
zerozaaa6-Jun-13 18:26
zerozaaa6-Jun-13 18:26 
AnswerRe: Convert Latitude Longitude To X Y Pixel (C#) Pin
Eddy Vluggen6-Jun-13 23:54
professionalEddy Vluggen6-Jun-13 23:54 
QuestionInternet Security Pin
MAW306-Jun-13 13:25
MAW306-Jun-13 13:25 
AnswerRe: Internet Security Pin
Dave Kreskowiak6-Jun-13 16:21
mveDave Kreskowiak6-Jun-13 16:21 
AnswerRe: Internet Security Pin
Eddy Vluggen6-Jun-13 23:46
professionalEddy Vluggen6-Jun-13 23:46 
MAW30 wrote:
Can anyone give me suggestions, reading references, etc. on how to handle this. I appreciate any help.
Take a month vacation, learn to hack. If you're feeling adventurous, then hang an old isolated machine with an unsecured Sql Server/MySQL database in there with lots of logging. Be sure to close any outgoing mailports though, you don't want them running a mass-mailer from there.

MAW30 wrote:
I want to make my program so that it is unable to be hacked.
Stuxnet[^] comes to mind.

The good news is that it's usually not even worth the trouble to hack software. Unless you're releasing a game like WarCraft (and even there, you'll find complete illegal realms), or Google Calendar (which contains spam in my account, even with a "strong" password)

FWIW, first task would be to find the weak spot, or the location where you expect to be attacked. Are you worried about the communication-part? Then use SSL with certificates at both ends, and have a customized authentication-scheme that blocks the user after three consecutive attempts.


MAW30 wrote:
breaking up the program into multiple parts with remote access
Good one! Non-local code cannot be read, only the result is relayed back.

As soon as a user has local admin rights, he/she might pose a threat. (Something that some virusscanners try to mitigate, in which case you kill the scanner-proces using the debug-command) With Fiddler2 on the machine, and the knowledge to inject .NET code into a process, all documented on the internet.

How hack-proof does it need to be? Are you running a Nuclear Plant?
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: Internet Security Pin
Abhinav S7-Jun-13 19:06
Abhinav S7-Jun-13 19:06 
QuestionLogitech G27 Steering Wheel input in C# Pin
razvan_grebla6-Jun-13 10:43
razvan_grebla6-Jun-13 10:43 
QuestionWebcam Application Pin
Bishwajit Nepali6-Jun-13 6:23
Bishwajit Nepali6-Jun-13 6:23 
AnswerRe: Webcam Application Pin
Dave Kreskowiak6-Jun-13 7:43
mveDave Kreskowiak6-Jun-13 7:43 
GeneralRe: Webcam Application Pin
Bishwajit Nepali6-Jun-13 8:54
Bishwajit Nepali6-Jun-13 8:54 
GeneralRe: Webcam Application Pin
Dave Kreskowiak6-Jun-13 10:08
mveDave Kreskowiak6-Jun-13 10:08 
QuestionCalling RPG program or Query using odbc connection to AS400 Pin
Kiko.176-Jun-13 1:42
professionalKiko.176-Jun-13 1:42 
AnswerRe: Calling RPG program or Query using odbc connection to AS400 Pin
Keith Barrow6-Jun-13 2:36
professionalKeith Barrow6-Jun-13 2:36 
GeneralRe: Calling RPG program or Query using odbc connection to AS400 Pin
Kiko.176-Jun-13 16:32
professionalKiko.176-Jun-13 16:32 
QuestionXML Upload Pin
Member 97011655-Jun-13 23:59
Member 97011655-Jun-13 23:59 
AnswerRe: XML Upload Pin
Eddy Vluggen6-Jun-13 0:38
professionalEddy Vluggen6-Jun-13 0:38 
GeneralRe: XML Upload Pin
Member 97011656-Jun-13 0:43
Member 97011656-Jun-13 0:43 
GeneralRe: XML Upload Pin
Dave Kreskowiak6-Jun-13 2:10
mveDave Kreskowiak6-Jun-13 2:10 
GeneralRe: XML Upload Pin
OriginalGriff6-Jun-13 8:12
mveOriginalGriff6-Jun-13 8:12 
GeneralMy vote of 1 Pin
Keith Barrow6-Jun-13 2:48
professionalKeith Barrow6-Jun-13 2:48 
QuestionExcel Spreadsheet formatting via OfficeOpenXml Pin
matt_1ca5-Jun-13 22:49
matt_1ca5-Jun-13 22:49 
AnswerRe: Excel Spreadsheet formatting via OfficeOpenXml Pin
Richard MacCutchan5-Jun-13 23:32
mveRichard MacCutchan5-Jun-13 23:32 

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.