Click here to Skip to main content
15,888,171 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with excel 97 Pin
Ed.Poore22-Aug-06 2:29
Ed.Poore22-Aug-06 2:29 
QuestionAsymmetric Encryption Question Pin
alantu21-Aug-06 22:30
alantu21-Aug-06 22:30 
AnswerRe: Asymmetric Encryption Question Pin
Ed.Poore21-Aug-06 22:44
Ed.Poore21-Aug-06 22:44 
GeneralRe: Asymmetric Encryption Question Pin
Sebastian Schneider21-Aug-06 22:54
Sebastian Schneider21-Aug-06 22:54 
GeneralRe: Asymmetric Encryption Question Pin
Ed.Poore21-Aug-06 22:57
Ed.Poore21-Aug-06 22:57 
GeneralRe: Asymmetric Encryption Question Pin
Sebastian Schneider22-Aug-06 2:03
Sebastian Schneider22-Aug-06 2:03 
GeneralRe: Asymmetric Encryption Question Pin
Colin Angus Mackay22-Aug-06 2:12
Colin Angus Mackay22-Aug-06 2:12 
AnswerRe: Asymmetric Encryption Question Pin
Sebastian Schneider21-Aug-06 22:52
Sebastian Schneider21-Aug-06 22:52 
I do not know about this particular implementation, but consider the following:

The keys are counterparts. Whatever is encrypted with one key can only be decrypted using the other key.

Your answer: You should be able to simply use the private key as you would use the public key.

Furthermore:
The only difference between the keys is how they are called. One is called "private key" because it is not known to anyone but the owner of the keypair. The other one is called "public key" because it is available from different sources (like keyservers).

What you are trying to do is called "signing". This means, since the private key is only known to one person, anything that is encrypted with that key has to come from the key owner. This is practically not encryption, since anyone (more precisely, considering keyservers, EVERYONE) can use the public key to read the message.

See http://en.wikipedia.org/wiki/Rsa#Signing_messages[^] for more information.

Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.

AnswerRe: Asymmetric Encryption Question Pin
alantu22-Aug-06 16:53
alantu22-Aug-06 16:53 
Questionsliding window in c# Pin
chaitanyaSWadodkar21-Aug-06 22:15
chaitanyaSWadodkar21-Aug-06 22:15 
AnswerRe: sliding window in c# Pin
Christian Graus21-Aug-06 22:30
protectorChristian Graus21-Aug-06 22:30 
QuestionOffice Suite Pin
joejoeiscool21-Aug-06 22:14
joejoeiscool21-Aug-06 22:14 
AnswerRe: Office Suite Pin
Christian Graus21-Aug-06 22:40
protectorChristian Graus21-Aug-06 22:40 
GeneralRe: Office Suite Pin
joejoeiscool23-Aug-06 0:29
joejoeiscool23-Aug-06 0:29 
GeneralRe: Office Suite Pin
Christian Graus23-Aug-06 10:33
protectorChristian Graus23-Aug-06 10:33 
QuestionRegex Question Pin
matthias s.21-Aug-06 21:53
matthias s.21-Aug-06 21:53 
AnswerRe: Regex Question Pin
Christian Graus21-Aug-06 22:42
protectorChristian Graus21-Aug-06 22:42 
GeneralRe: Regex Question Pin
Ed.Poore21-Aug-06 22:46
Ed.Poore21-Aug-06 22:46 
AnswerRe: Regex Question Pin
User 665821-Aug-06 23:59
User 665821-Aug-06 23:59 
GeneralPerfect, thanks to all of you! Pin
matthias s.22-Aug-06 21:19
matthias s.22-Aug-06 21:19 
QuestionForcing repainting the cell Pin
e_LA21-Aug-06 21:31
e_LA21-Aug-06 21:31 
AnswerRe: Forcing repainting the cell Pin
Ed.Poore21-Aug-06 22:49
Ed.Poore21-Aug-06 22:49 
GeneralRe: Forcing repainting the cell Pin
e_LA21-Aug-06 23:26
e_LA21-Aug-06 23:26 
GeneralRe: Forcing repainting the cell Pin
e_LA21-Aug-06 23:35
e_LA21-Aug-06 23:35 
GeneralRe: Forcing repainting the cell Pin
Ed.Poore21-Aug-06 23:47
Ed.Poore21-Aug-06 23:47 

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.