Click here to Skip to main content
15,915,086 members
Home / Discussions / C#
   

C#

 
GeneralRe: Weird error Pin
led mike18-Jul-08 7:55
led mike18-Jul-08 7:55 
QuestionDigital Signatures Pin
stormcandi18-Jul-08 6:30
stormcandi18-Jul-08 6:30 
AnswerRe: Digital Signatures Pin
led mike18-Jul-08 6:51
led mike18-Jul-08 6:51 
GeneralRe: Digital Signatures Pin
stormcandi18-Jul-08 7:34
stormcandi18-Jul-08 7:34 
GeneralRe: Digital Signatures Pin
led mike18-Jul-08 7:40
led mike18-Jul-08 7:40 
GeneralRe: Digital Signatures Pin
stormcandi18-Jul-08 7:43
stormcandi18-Jul-08 7:43 
GeneralRe: Digital Signatures Pin
led mike18-Jul-08 7:52
led mike18-Jul-08 7:52 
GeneralRe: Digital Signatures Pin
stormcandi18-Jul-08 8:01
stormcandi18-Jul-08 8:01 
led mike wrote:
Have you considered alternative solutions? I mean you asked us how to do this particular solution for whatever problem you are trying to solve, you did not explain the problem. In most cases there is more than one way to solve a problem. Perhaps there is a way that would not require users having private keys.



I am not sure of alternative solutions. The articles I have read have all pretty much agreed that the RSA and DES encryption are how digital signatures are done. I am able to generate a key on a button click event, so I wonder if I couldn't do that when the user submits the form and do this symmetrically so user/admin have the same key. Then store it in a table to query if the data needs to be unencrypted at a later time. But then again the user could be anyone and not the one it was intended for.
What if I generated the key and then passed it through the URL query string in order to verify that it is the user submitting the form? And then store the key in the database to match key and user.

I am thinking outloud here, but maybe the second option would be the better one? I really don't know since I am new to this part of programming. I have done MD5 encrypting so I understand the concept of the encryption. But can't use MD5 because it is one-way encryption.

What do you think?

~Candi

GeneralRe: Digital Signatures Pin
led mike18-Jul-08 8:12
led mike18-Jul-08 8:12 
GeneralRe: Digital Signatures Pin
stormcandi18-Jul-08 8:20
stormcandi18-Jul-08 8:20 
GeneralRe: Digital Signatures Pin
led mike18-Jul-08 8:47
led mike18-Jul-08 8:47 
GeneralRe: Digital Signatures Pin
stormcandi18-Jul-08 8:50
stormcandi18-Jul-08 8:50 
QuestionXML Reorder Pin
H@is@here18-Jul-08 5:56
H@is@here18-Jul-08 5:56 
AnswerRe: XML Reorder Pin
led mike18-Jul-08 6:46
led mike18-Jul-08 6:46 
GeneralRe: XML Reorder Pin
H@is@here18-Jul-08 7:05
H@is@here18-Jul-08 7:05 
AnswerRe: XML Reorder Pin
Mbah Dhaim18-Jul-08 7:05
Mbah Dhaim18-Jul-08 7:05 
GeneralRe: XML Reorder Pin
H@is@here18-Jul-08 7:20
H@is@here18-Jul-08 7:20 
AnswerRe: XML Reorder Pin
Scott Dorman18-Jul-08 7:56
professionalScott Dorman18-Jul-08 7:56 
GeneralRe: XML Reorder Pin
led mike18-Jul-08 8:50
led mike18-Jul-08 8:50 
GeneralRe: XML Reorder Pin
H@is@here18-Jul-08 12:05
H@is@here18-Jul-08 12:05 
JokeRe: XML Reorder Pin
Mbah Dhaim18-Jul-08 12:17
Mbah Dhaim18-Jul-08 12:17 
GeneralRe: XML Reorder Pin
Scott Dorman18-Jul-08 12:25
professionalScott Dorman18-Jul-08 12:25 
GeneralRe: XML Reorder Pin
H@is@here18-Jul-08 12:34
H@is@here18-Jul-08 12:34 
QuestionFow to find row number from which new row was added to DataGridView Pin
AndrusM18-Jul-08 5:22
AndrusM18-Jul-08 5:22 
AnswerRe: Fow to find row number from which new row was added to DataGridView Pin
Parwej Ahamad18-Jul-08 6:26
professionalParwej Ahamad18-Jul-08 6:26 

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.