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

C#

 
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 
alantu wrote:
But I need encrypt a message by a private key and decrypt the message by a public key now.


You can't do this, it's the fundamental feature of RSA encryption D'Oh! | :doh:

The only think you can do which does this is signing the data, you can't decrypt it but you can sign it to prove that it came from someone. Take a look at the signing functions in the RSACryptoServiceProvider class.


Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9

Ed

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 
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 

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.