Click here to Skip to main content
15,907,493 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need a control to playback .dss file Pin
Christian Graus22-Aug-06 1:35
protectorChristian Graus22-Aug-06 1:35 
GeneralRe: Need a control to playback .dss file Pin
jamesjk22-Aug-06 1:49
jamesjk22-Aug-06 1:49 
GeneralRe: Need a control to playback .dss file Pin
jamesjk19-Sep-06 0:30
jamesjk19-Sep-06 0:30 
QuestionRe: Need a control to playback .dss file Pin
Member 275903413-Jan-09 0:38
Member 275903413-Jan-09 0:38 
QuestionProblem with excel 97 Pin
AnnnS21-Aug-06 22:50
AnnnS21-Aug-06 22:50 
AnswerRe: Problem with excel 97 Pin
Ed.Poore21-Aug-06 22:54
Ed.Poore21-Aug-06 22:54 
GeneralRe: Problem with excel 97 Pin
AnnnS21-Aug-06 23:09
AnnnS21-Aug-06 23:09 
GeneralRe: Problem with excel 97 Pin
Ed.Poore21-Aug-06 23:46
Ed.Poore21-Aug-06 23:46 
QuestionRe: Problem with excel 97 Pin
AnnnS22-Aug-06 0:21
AnnnS22-Aug-06 0:21 
AnswerRe: Problem with excel 97 Pin
Ed.Poore22-Aug-06 0:45
Ed.Poore22-Aug-06 0:45 
QuestionRe: Problem with excel 97 Pin
AnnnS22-Aug-06 0:52
AnnnS22-Aug-06 0:52 
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 

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.