Click here to Skip to main content
15,914,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: Determine Collection Type at run time Pin
Christian Graus5-Jul-07 16:16
protectorChristian Graus5-Jul-07 16:16 
GeneralRe: Determine Collection Type at run time Pin
xdavidx5-Jul-07 16:21
xdavidx5-Jul-07 16:21 
GeneralRe: Determine Collection Type at run time Pin
Vikram A Punathambekar5-Jul-07 17:51
Vikram A Punathambekar5-Jul-07 17:51 
QuestionMemory Debugging Tools Pin
vineas5-Jul-07 14:27
vineas5-Jul-07 14:27 
Questioncrystal report problem Pin
rmedo5-Jul-07 12:20
rmedo5-Jul-07 12:20 
QuestionDecrypt but not Encrypt Pin
linal5-Jul-07 11:06
linal5-Jul-07 11:06 
AnswerRe: Decrypt but not Encrypt Pin
Nicholas Cardi5-Jul-07 11:33
Nicholas Cardi5-Jul-07 11:33 
AnswerRe: Decrypt but not Encrypt Pin
dino20945-Jul-07 13:15
dino20945-Jul-07 13:15 
Look at wiki

Mainly, you are concerned about the difference between Symmetric-key cryptography and Public-key cryptography.

From your post, it seems like you need Public-key cryptography but there is a catch!
Public-key by itself cannot encrypt large messages.

Public-key crypto is usually used for setting up a shared key or digital signatures(DSA).

In shared key, one encrypts the key using a Public-key crypto(RSA,ECC,...) and sends it to the other party. The other party decrypts the key and then both parties switch to a Symmetric cipher for future transmissions. (There is also diffie-hellman key exchanges as well).

In a DSA (roughly), you encrypt the hash of your message.

It might help if you explain in more detail what you are trying to do.
GeneralRe: Decrypt but not Encrypt Pin
linal5-Jul-07 13:36
linal5-Jul-07 13:36 
GeneralRe: Decrypt but not Encrypt Pin
dino20946-Jul-07 7:50
dino20946-Jul-07 7:50 
GeneralRe: Decrypt but not Encrypt Pin
linal6-Jul-07 7:56
linal6-Jul-07 7:56 
GeneralRe: Decrypt but not Encrypt Pin
dino20946-Jul-07 9:04
dino20946-Jul-07 9:04 
GeneralRe: Decrypt but not Encrypt Pin
mav.northwind6-Jul-07 9:06
mav.northwind6-Jul-07 9:06 
QuestionBinding with an intermediate table Pin
Richard Blythe5-Jul-07 10:27
Richard Blythe5-Jul-07 10:27 
QuestionTele-operated robotic arm need help in programming Pin
koool_faysie5-Jul-07 9:14
koool_faysie5-Jul-07 9:14 
AnswerRe: Tele-operated robotic arm need help in programming Pin
Christian Graus5-Jul-07 9:24
protectorChristian Graus5-Jul-07 9:24 
GeneralRe: Tele-operated robotic arm need help in programming Pin
koool_faysie5-Jul-07 9:35
koool_faysie5-Jul-07 9:35 
GeneralRe: Tele-operated robotic arm need help in programming Pin
Christian Graus5-Jul-07 10:24
protectorChristian Graus5-Jul-07 10:24 
AnswerRe: Tele-operated robotic arm need help in programming Pin
Luc Pattyn5-Jul-07 10:03
sitebuilderLuc Pattyn5-Jul-07 10:03 
GeneralRe: Tele-operated robotic arm need help in programming Pin
koool_faysie5-Jul-07 10:41
koool_faysie5-Jul-07 10:41 
GeneralRe: Tele-operated robotic arm need help in programming Pin
Luc Pattyn5-Jul-07 10:57
sitebuilderLuc Pattyn5-Jul-07 10:57 
GeneralRe: Tele-operated robotic arm need help in programming Pin
koool_faysie5-Jul-07 11:06
koool_faysie5-Jul-07 11:06 
GeneralRe: Tele-operated robotic arm need help in programming Pin
Luc Pattyn5-Jul-07 11:29
sitebuilderLuc Pattyn5-Jul-07 11:29 
GeneralRe: Tele-operated robotic arm need help in programming Pin
koool_faysie7-Jul-07 5:53
koool_faysie7-Jul-07 5:53 
GeneralRe: Tele-operated robotic arm need help in programming Pin
Luc Pattyn7-Jul-07 6:05
sitebuilderLuc Pattyn7-Jul-07 6:05 

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.