Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
AnswerRe: TreeView Pin
JoeSharp19-Mar-07 0:32
JoeSharp19-Mar-07 0:32 
GeneralRe: TreeView Pin
sinosoidal19-Mar-07 0:37
sinosoidal19-Mar-07 0:37 
AnswerRe: TreeView Pin
sinosoidal19-Mar-07 0:49
sinosoidal19-Mar-07 0:49 
GeneralRe: TreeView Pin
joon vh.19-Mar-07 1:15
joon vh.19-Mar-07 1:15 
GeneralRe: TreeView Pin
sinosoidal19-Mar-07 5:12
sinosoidal19-Mar-07 5:12 
GeneralRe: TreeView Pin
joon vh.19-Mar-07 5:31
joon vh.19-Mar-07 5:31 
QuestionHow to store sensitive data? Pin
Akiratf19-Mar-07 0:20
Akiratf19-Mar-07 0:20 
AnswerRe: How to store sensitive data? Pin
joon vh.19-Mar-07 1:06
joon vh.19-Mar-07 1:06 
I'd say that encryption is the only way.

Maybe you could specify your application a little more, or at least the type of sensitive files that you're using.
I'm not an expert in the/any field, but some of the ideas that came into my head would be to.

use hashes even though you don't really want to, to make a single security checkpoint
use Active Directory functionality and protect files the NT Way
use encryption (don't know much about that...)
use an external server to handle these request that is completely closed off from the rest of the network... sorta like an LDAP.


(this is my first answer on the message boards, so go easy Smile | :) )


AnswerRe: How to store sensitive data? Pin
m@u19-Mar-07 4:21
m@u19-Mar-07 4:21 
AnswerRe: How to store sensitive data? Pin
Vasudevan Deepak Kumar19-Mar-07 6:32
Vasudevan Deepak Kumar19-Mar-07 6:32 
AnswerRe: How to store sensitive data? Pin
Akiratf19-Mar-07 22:04
Akiratf19-Mar-07 22:04 
QuestionReading value from a variabile Pin
Andrei Ungureanu19-Mar-07 0:13
Andrei Ungureanu19-Mar-07 0:13 
AnswerRe: Reading value from a variabile Pin
Pete O'Hanlon19-Mar-07 0:17
mvePete O'Hanlon19-Mar-07 0:17 
GeneralRe: Reading value from a variabile Pin
Andrei Ungureanu19-Mar-07 0:30
Andrei Ungureanu19-Mar-07 0:30 
GeneralRe: Reading value from a variabile Pin
Colin Angus Mackay19-Mar-07 0:39
Colin Angus Mackay19-Mar-07 0:39 
GeneralRe: Reading value from a variabile Pin
Andrei Ungureanu19-Mar-07 0:47
Andrei Ungureanu19-Mar-07 0:47 
GeneralRe: Reading value from a variabile Pin
Pete O'Hanlon19-Mar-07 0:55
mvePete O'Hanlon19-Mar-07 0:55 
GeneralRe: Reading value from a variabile Pin
Colin Angus Mackay19-Mar-07 0:56
Colin Angus Mackay19-Mar-07 0:56 
GeneralRe: Reading value from a variabile Pin
Pete O'Hanlon19-Mar-07 1:01
mvePete O'Hanlon19-Mar-07 1:01 
GeneralRe: Reading value from a variabile Pin
Colin Angus Mackay19-Mar-07 0:55
Colin Angus Mackay19-Mar-07 0:55 
GeneralRe: Reading value from a variabile Pin
Andrei Ungureanu19-Mar-07 1:00
Andrei Ungureanu19-Mar-07 1:00 
AnswerRe: Reading value from a variabile Pin
Colin Angus Mackay19-Mar-07 0:37
Colin Angus Mackay19-Mar-07 0:37 
AnswerRe: Reading value from a variabile Pin
Ennis Ray Lynch, Jr.19-Mar-07 4:17
Ennis Ray Lynch, Jr.19-Mar-07 4:17 
QuestiondataGridView Pin
t_nedelchev18-Mar-07 23:26
t_nedelchev18-Mar-07 23:26 
AnswerRe: dataGridView Pin
joon vh.19-Mar-07 1:31
joon vh.19-Mar-07 1:31 

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.