Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionJSON Parser Pin
john56326-Mar-13 23:20
john56326-Mar-13 23:20 
AnswerRe: JSON Parser Pin
CPallini7-Mar-13 0:17
mveCPallini7-Mar-13 0:17 
QuestionRe: JSON Parser Pin
David Crow7-Mar-13 3:00
David Crow7-Mar-13 3:00 
Questionrsa decryption using gmp Pin
etesi6-Mar-13 14:51
etesi6-Mar-13 14:51 
AnswerRe: rsa decryption using gmp Pin
Richard MacCutchan6-Mar-13 22:26
mveRichard MacCutchan6-Mar-13 22:26 
GeneralRe: rsa decryption using gmp Pin
parths7-Mar-13 22:38
parths7-Mar-13 22:38 
AnswerRe: rsa decryption using gmp Pin
parths7-Mar-13 22:42
parths7-Mar-13 22:42 
AnswerRe: rsa decryption using gmp Pin
Stefan_Lang11-Mar-13 3:23
Stefan_Lang11-Mar-13 3:23 
As Richard said, we need a lot more information than this if you want us to help you. If you're getting wrong results, then you're doing it wrong. At the very least, we need to know what you did, otherwise there's no telling what is your problem.

Regarding the primes, you shouldn't be needing them once the private and public keys are generated. Encryption and decryption only need those keys, not the primes they are generated from. As a matter of fact, breaking the code requires finding these primes, so knowing them at the time of de- or encryption would entirely miss the point!

See RSA Algorithm (Wiki) for details.
QuestionOpen A File Just Like MS Word Does Pin
dliviu6-Mar-13 2:20
dliviu6-Mar-13 2:20 
AnswerRe: Open A File Just Like MS Word Does Pin
David Crow6-Mar-13 2:43
David Crow6-Mar-13 2:43 
GeneralRe: Open A File Just Like MS Word Does Pin
dliviu6-Mar-13 3:02
dliviu6-Mar-13 3:02 
AnswerRe: Open A File Just Like MS Word Does Pin
«_Superman_»6-Mar-13 4:08
professional«_Superman_»6-Mar-13 4:08 
GeneralRe: Open A File Just Like MS Word Does Pin
dliviu6-Mar-13 8:09
dliviu6-Mar-13 8:09 
QuestionAre there some tools to delete redundant resource in MFC project? Pin
Falconapollo5-Mar-13 19:55
Falconapollo5-Mar-13 19:55 
AnswerRe: Are there some tools to delete redundant resource in MFC project? Pin
Richard MacCutchan5-Mar-13 22:26
mveRichard MacCutchan5-Mar-13 22:26 
GeneralRe: Are there some tools to delete redundant resource in MFC project? Pin
Vaclav_8-Mar-13 4:20
Vaclav_8-Mar-13 4:20 
GeneralRe: Are there some tools to delete redundant resource in MFC project? Pin
Richard MacCutchan8-Mar-13 5:59
mveRichard MacCutchan8-Mar-13 5:59 
QuestionRe: Are there some tools to delete redundant resource in MFC project? Pin
David Crow8-Mar-13 4:31
David Crow8-Mar-13 4:31 
QuestionHow to play a sound without interrupting other threads with in an MFC application? Pin
Kiran Satish5-Mar-13 10:48
Kiran Satish5-Mar-13 10:48 
AnswerRe: How to play a sound without interrupting other threads with in an MFC application? Pin
«_Superman_»5-Mar-13 16:36
professional«_Superman_»5-Mar-13 16:36 
GeneralRe: How to play a sound without interrupting other threads with in an MFC application? Pin
Kiran Satish5-Mar-13 17:19
Kiran Satish5-Mar-13 17:19 
QuestionRe: How to play a sound without interrupting other threads with in an MFC application? Pin
David Crow6-Mar-13 3:08
David Crow6-Mar-13 3:08 
AnswerRe: How to play a sound without interrupting other threads with in an MFC application? Pin
Kiran Satish6-Mar-13 10:15
Kiran Satish6-Mar-13 10:15 
AnswerRe: How to play a sound without interrupting other threads with in an MFC application? Pin
Michael Haephrati7-Mar-13 11:42
professionalMichael Haephrati7-Mar-13 11:42 
QuestionHow to use the DirectX DDraw to display YUV data? Pin
yu-jian5-Mar-13 1:57
yu-jian5-Mar-13 1:57 

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.