Click here to Skip to main content
15,923,376 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regex for MM/YYYY date format Pin
deepakaitr123455-Jul-13 3:44
deepakaitr123455-Jul-13 3:44 
AnswerRe: Regex for MM/YYYY date format Pin
Pete O'Hanlon20-May-09 4:52
mvePete O'Hanlon20-May-09 4:52 
Questionc# server security Help me out! Pin
evangile20-May-09 0:36
evangile20-May-09 0:36 
AnswerRe: c# server security Help me out! Pin
Henry Minute20-May-09 0:59
Henry Minute20-May-09 0:59 
GeneralRe: c# server security Help me out! Pin
evangile20-May-09 1:07
evangile20-May-09 1:07 
GeneralRe: c# server security Help me out! Pin
Henry Minute20-May-09 1:10
Henry Minute20-May-09 1:10 
GeneralRe: c# server security Help me out! Pin
evangile20-May-09 1:17
evangile20-May-09 1:17 
GeneralRe: c# server security Help me out! Pin
musefan20-May-09 1:28
musefan20-May-09 1:28 
evangile wrote:
net encryption is well know i'm pretty sure haker have already theyr tool for decrypt that in a click


.Net contains support for a number of different encryption algorithms. All of which are publicly available, but this is not an issue. What makes the encryption secure is the Key(s) that are used along with the algorithm. Without those keys any hacker would have a hard time with decrypting the majority of the encryption algorithms in .Net - AES[^] would be a good option to go for... The main problem with encrypting data is where to store the encryption key(s)

What users to you intend to have this client application that would want to hack it for IP information anyway? Is it a public client application connecting to a private server? In my opinion letting them no what your IP address and port number anyway is not an issue. If they are sending data over the net them im sure there are tool they can use to monitor data being sent to and from there computers which would reveal you IP address anyway. Plus any good hacker could scan you live server for any open ports surely? Just make sure you have a good firewall set-up

Life goes very fast. Tomorrow, today is already yesterday.

QuestionSearching Source Code Pin
Jammer20-May-09 0:21
Jammer20-May-09 0:21 
AnswerRe: Searching Source Code Pin
Henry Minute20-May-09 0:57
Henry Minute20-May-09 0:57 
AnswerRe: Searching Source Code Pin
Michael Bookatz20-May-09 2:15
Michael Bookatz20-May-09 2:15 
AnswerRe: Searching Source Code Pin
EliottA20-May-09 2:35
EliottA20-May-09 2:35 
AnswerRe: Searching Source Code Pin
benjymous20-May-09 2:37
benjymous20-May-09 2:37 
QuestionAdding custom HTTP header to every webservice calls Pin
King Julien19-May-09 23:38
King Julien19-May-09 23:38 
AnswerRe: Adding custom HTTP header to every webservice calls Pin
MumbleB20-May-09 0:14
MumbleB20-May-09 0:14 
GeneralRe: Adding custom HTTP header to every webservice calls Pin
King Julien20-May-09 0:21
King Julien20-May-09 0:21 
QuestionData Conversion? Pin
dec8219-May-09 23:06
dec8219-May-09 23:06 
AnswerRe: Data Conversion? Pin
musefan19-May-09 23:39
musefan19-May-09 23:39 
GeneralRe: Data Conversion? Pin
dec8220-May-09 15:28
dec8220-May-09 15:28 
GeneralRe: Data Conversion? Pin
musefan20-May-09 21:51
musefan20-May-09 21:51 
QuestionStack Overflow Pin
Denis J. González19-May-09 21:24
Denis J. González19-May-09 21:24 
AnswerRe: Stack Overflow Pin
Nagy Vilmos19-May-09 21:39
professionalNagy Vilmos19-May-09 21:39 
GeneralRe: Stack Overflow Pin
OriginalGriff19-May-09 21:48
mveOriginalGriff19-May-09 21:48 
GeneralRe: Stack Overflow Pin
Nagy Vilmos19-May-09 22:05
professionalNagy Vilmos19-May-09 22:05 
GeneralRe: Stack Overflow Pin
Denis J. González20-May-09 3:53
Denis J. González20-May-09 3:53 

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.