Click here to Skip to main content
15,904,023 members
Home / Discussions / C#
   

C#

 
GeneralRe: Assembly Pin
ian mariano2-Nov-02 14:17
ian mariano2-Nov-02 14:17 
GeneralHttpWebRequest Pin
kavehdr2-Nov-02 7:45
kavehdr2-Nov-02 7:45 
GeneralRe: HttpWebRequest Pin
Stephane Rodriguez.2-Nov-02 8:39
Stephane Rodriguez.2-Nov-02 8:39 
GeneralComponent.Site Pin
Pete Bassett2-Nov-02 7:30
Pete Bassett2-Nov-02 7:30 
GeneralRe: Component.Site Pin
ian mariano2-Nov-02 7:39
ian mariano2-Nov-02 7:39 
GeneralRe: Component.Site Pin
Pete Bassett2-Nov-02 11:15
Pete Bassett2-Nov-02 11:15 
GeneralRe: Component.Site Pin
Stephane Rodriguez.2-Nov-02 19:00
Stephane Rodriguez.2-Nov-02 19:00 
GeneralRe: Component.Site Pin
Pete Bassett2-Nov-02 22:37
Pete Bassett2-Nov-02 22:37 
GeneralRe: Component.Site Pin
Pete Bassett3-Nov-02 1:10
Pete Bassett3-Nov-02 1:10 
GeneralRe: Component.Site Pin
Stephane Rodriguez.3-Nov-02 1:57
Stephane Rodriguez.3-Nov-02 1:57 
GeneralRe: Component.Site Pin
Pete Bassett3-Nov-02 2:41
Pete Bassett3-Nov-02 2:41 
GeneralRe: Component.Site Pin
leppie3-Nov-02 3:25
leppie3-Nov-02 3:25 
GeneralRe: Component.Site Pin
Stephane Rodriguez.3-Nov-02 3:46
Stephane Rodriguez.3-Nov-02 3:46 
GeneralRe: Component.Site Pin
Pete Bassett3-Nov-02 7:52
Pete Bassett3-Nov-02 7:52 
GeneralRe: Component.Site Pin
ian mariano3-Nov-02 8:07
ian mariano3-Nov-02 8:07 
GeneralRe: Component.Site Pin
Pete Bassett3-Nov-02 22:19
Pete Bassett3-Nov-02 22:19 
QuestionWhen has the context menu disappeared? Pin
Nnamdi Onyeyiri2-Nov-02 2:22
Nnamdi Onyeyiri2-Nov-02 2:22 
AnswerRe: When has the context menu disappeared? Pin
Stephane Rodriguez.2-Nov-02 3:47
Stephane Rodriguez.2-Nov-02 3:47 
GeneralRe: When has the context menu disappeared? Pin
Nnamdi Onyeyiri2-Nov-02 8:06
Nnamdi Onyeyiri2-Nov-02 8:06 
QuestionHow to enforce db access security? Pin
Martin Haesemeyer1-Nov-02 23:23
Martin Haesemeyer1-Nov-02 23:23 
AnswerRe: How to enforce db access security? Pin
leppie1-Nov-02 23:24
leppie1-Nov-02 23:24 
GeneralRe: How to enforce db access security? Pin
Martin Haesemeyer1-Nov-02 23:47
Martin Haesemeyer1-Nov-02 23:47 
Hi!
Thanks for the answer but as I understand hash algorythms it is not possible to reconstruct the password from the hash. Therefore this can only be used to compare an entered password with the stored one (I use this technique for the passwords stored in my db with the System.Cryptography namespace). But what I need is a way to store the password so that I can send it to the sql serve and that the server can *understand* it, but my users can't. This means I must be able to decrypt the password without revealing the mechanism to the users...

Cheers
Martin

"Situation normal - all fu***d up"
Illuminatus!
GeneralRe: How to enforce db access security? Pin
leppie1-Nov-02 23:58
leppie1-Nov-02 23:58 
GeneralRe: How to enforce db access security? Pin
Martin Haesemeyer2-Nov-02 0:18
Martin Haesemeyer2-Nov-02 0:18 
AnswerRe: How to enforce db access security? Pin
James T. Johnson2-Nov-02 5:04
James T. Johnson2-Nov-02 5:04 

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.