Click here to Skip to main content
15,917,320 members
Home / Discussions / C#
   

C#

 
GeneralRe: HTML Page from Windows Pin
kalyanPaladugu22-Aug-06 9:13
kalyanPaladugu22-Aug-06 9:13 
GeneralRe: HTML Page from Windows Pin
Jun Du22-Aug-06 9:50
Jun Du22-Aug-06 9:50 
Questionserial port Pin
Yustme22-Aug-06 8:25
Yustme22-Aug-06 8:25 
AnswerRe: serial port Pin
Nader Elshehabi22-Aug-06 12:20
Nader Elshehabi22-Aug-06 12:20 
QuestionSome Questions about Compact Framework and TabControl Pin
RizwanSharp22-Aug-06 8:11
RizwanSharp22-Aug-06 8:11 
AnswerRe: Some Questions about Compact Framework and TabControl Pin
Nader Elshehabi22-Aug-06 12:03
Nader Elshehabi22-Aug-06 12:03 
QuestionHelp with treeview and icons Pin
Anthony Mushrow22-Aug-06 7:57
professionalAnthony Mushrow22-Aug-06 7:57 
AnswerRe: Help with treeview and icons Pin
Nader Elshehabi22-Aug-06 11:56
Nader Elshehabi22-Aug-06 11:56 
Questionwant example code , select , insert .update ,delete for SQLserver on windows form with c# 2005 Pin
tanapop22-Aug-06 6:48
tanapop22-Aug-06 6:48 
AnswerRe: want example code , select , insert .update ,delete for SQLserver on windows form with c# 2005 Pin
Ed.Poore22-Aug-06 7:38
Ed.Poore22-Aug-06 7:38 
QuestionOut of memory exception Pin
engsrini22-Aug-06 6:47
engsrini22-Aug-06 6:47 
AnswerRe: Out of memory exception Pin
Dustin Metzgar22-Aug-06 7:00
Dustin Metzgar22-Aug-06 7:00 
Questionhelp me Please! . check code Error point . Pin
tanapop22-Aug-06 6:38
tanapop22-Aug-06 6:38 
AnswerRe: help me Please! . check code Error point . Pin
User 665822-Aug-06 7:10
User 665822-Aug-06 7:10 
Questionplease check the code , i don't on where Error :confused: Pin
tanapop22-Aug-06 6:04
tanapop22-Aug-06 6:04 
AnswerRe: please check the code , i don't on where Error :confused: Pin
Guffa22-Aug-06 6:15
Guffa22-Aug-06 6:15 
GeneralRe: please check the code , i don't on where Error :confused: Pin
Ed.Poore22-Aug-06 7:15
Ed.Poore22-Aug-06 7:15 
GeneralRe: Standard questions Pin
Guffa22-Aug-06 8:03
Guffa22-Aug-06 8:03 
GeneralRe: Standard questions Pin
Ed.Poore22-Aug-06 8:34
Ed.Poore22-Aug-06 8:34 
AnswerRe: please check the code , i don't on where Error :confused: Pin
Christian Graus22-Aug-06 11:28
protectorChristian Graus22-Aug-06 11:28 
QuestionBinding Navigator problem Pin
emran83422-Aug-06 5:40
emran83422-Aug-06 5:40 
AnswerRe: Binding Navigator problem Pin
Ed.Poore22-Aug-06 7:17
Ed.Poore22-Aug-06 7:17 
GeneralRe: Binding Navigator problem Pin
emran83422-Aug-06 14:36
emran83422-Aug-06 14:36 
GeneralRe: Binding Navigator problem Pin
Ed.Poore22-Aug-06 18:33
Ed.Poore22-Aug-06 18:33 
QuestionDifferent security issues Pin
PKKSuomi22-Aug-06 5:32
PKKSuomi22-Aug-06 5:32 
Hi,

I have some questions regarding some security issues.

1)
We are encrypting different fields in our MySql database. This is done in the C# code. We are going to start encrypting more fields but the problem is then to run the queries (sorting and so on). What is the best approach here - is the best way to use the encrypt/decrypt methods in the MySql instead or how do you usually do it? Database layer or application layer?

2)
What is the best obfuscating tool for .NET? Do they really protect against code decompiling?

3)
How do you store a encryption key in the best way? It doesn't feel secure to store it in the source code, but how do you protect it in the best possible (safest) way?

Thankful for some help from people that have experience in making secure systems in .NET.

// regards Patrik

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.