Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
QuestionC# Media Player Pin
sagiklan2-Jun-09 5:30
sagiklan2-Jun-09 5:30 
AnswerRe: C# Media Player Pin
0x3c02-Jun-09 5:32
0x3c02-Jun-09 5:32 
AnswerRe: C# Media Player Pin
EliottA2-Jun-09 5:45
EliottA2-Jun-09 5:45 
GeneralRe: C# Media Player Pin
Manas Bhardwaj2-Jun-09 5:56
professionalManas Bhardwaj2-Jun-09 5:56 
AnswerRe: C# Media Player Pin
MumbleB2-Jun-09 6:58
MumbleB2-Jun-09 6:58 
AnswerRe: C# Media Player Pin
Christian Graus2-Jun-09 10:47
protectorChristian Graus2-Jun-09 10:47 
GeneralRe: C# Media Player Pin
Dan Neely2-Jun-09 10:54
Dan Neely2-Jun-09 10:54 
GeneralRe: C# Media Player Pin
Christian Graus2-Jun-09 11:18
protectorChristian Graus2-Jun-09 11:18 
GeneralHelp on Dialog Pin
dell2242-Jun-09 5:04
dell2242-Jun-09 5:04 
GeneralRe: Help on Dialog Pin
EliottA2-Jun-09 5:19
EliottA2-Jun-09 5:19 
GeneralRe: Help on Dialog Pin
Not Active2-Jun-09 5:23
mentorNot Active2-Jun-09 5:23 
GeneralRe: Help on Dialog Pin
Luc Pattyn2-Jun-09 5:25
sitebuilderLuc Pattyn2-Jun-09 5:25 
GeneralRe: Help on Dialog Pin
Anthony Mushrow2-Jun-09 5:27
professionalAnthony Mushrow2-Jun-09 5:27 
GeneralRe: Help on Dialog Pin
Simon P Stevens2-Jun-09 5:27
Simon P Stevens2-Jun-09 5:27 
GeneralRe: Help on Dialog Pin
dell2242-Jun-09 21:29
dell2242-Jun-09 21:29 
QuestionUPS API shipping Pin
Franklinlloyd2-Jun-09 4:50
Franklinlloyd2-Jun-09 4:50 
AnswerRe: UPS API shipping Pin
Colin Angus Mackay2-Jun-09 5:13
Colin Angus Mackay2-Jun-09 5:13 
AnswerRe: UPS API shipping Pin
Christian Graus2-Jun-09 10:48
protectorChristian Graus2-Jun-09 10:48 
Questionunbound field in C# Pin
behzadcp2-Jun-09 4:32
professionalbehzadcp2-Jun-09 4:32 
QuestionC# RSA Pin
budala1232-Jun-09 4:19
budala1232-Jun-09 4:19 
AnswerRe: C# RSA Pin
Ennis Ray Lynch, Jr.2-Jun-09 4:41
Ennis Ray Lynch, Jr.2-Jun-09 4:41 
AnswerRe: C# RSA Pin
Henry Minute2-Jun-09 4:43
Henry Minute2-Jun-09 4:43 
I think that the error you are getting might be related to the length of the data you are trying to encrypt.

RSA was designed for encrypting/decrypting cryptographic keys, not data. I cannot remember off the top of my head the max length, but if you plough through the MSDN Documentation, it is in there somewhere.

As I said at the start this is only a MIGHT BE, but given that RSA has this length problem you would be better off switching to another encryption provider now, rather than wait till it breaks before doing so.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: C# RSA Pin
budala1232-Jun-09 5:18
budala1232-Jun-09 5:18 
GeneralRe: C# RSA Pin
Henry Minute2-Jun-09 5:32
Henry Minute2-Jun-09 5:32 
GeneralRe: C# RSA Pin
budala1232-Jun-09 6:02
budala1232-Jun-09 6:02 

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.