Click here to Skip to main content
15,905,233 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PDF Creation Pin
Pryabu16-Jun-10 21:12
Pryabu16-Jun-10 21:12 
AnswerRe: PDF Creation Pin
mesajflaviu17-Jun-10 5:52
mesajflaviu17-Jun-10 5:52 
QuestionEncrypt text using java and decrypt using C Pin
Murugan k16-Jun-10 19:36
Murugan k16-Jun-10 19:36 
AnswerRe: Encrypt text using java and decrypt using C PinPopular
Cedric Moonen16-Jun-10 20:12
Cedric Moonen16-Jun-10 20:12 
QuestionRe: Encrypt text using java and decrypt using C Pin
Niklas L16-Jun-10 20:39
Niklas L16-Jun-10 20:39 
AnswerRe: Encrypt text using java and decrypt using C Pin
Moak17-Jun-10 10:49
Moak17-Jun-10 10:49 
GeneralRe: Encrypt text using java and decrypt using C Pin
Niklas L17-Jun-10 11:18
Niklas L17-Jun-10 11:18 
AnswerRe: Encrypt text using java and decrypt using C Pin
Aescleal16-Jun-10 22:43
Aescleal16-Jun-10 22:43 
Have a look at OpenSSL. It supports AES and you should be able to use if from Java and C. If you have problems using it from C then feel free to ask questions about how to use it. I believe there's a JNI wrapper for it as well to save you rolling your own but I've never used it.

Oh, and if you do a search for "Gladman" and "AES" you might find another open source implementation of AES. I've never used it but one of my co-workers does in a product. It's lighter weight than OpenSSL and you should be able to compile and link it with your C code.

Cheers,

Ash
AnswerRe: Encrypt text using java and decrypt using C Pin
ThatsAlok16-Jun-10 23:54
ThatsAlok16-Jun-10 23:54 
GeneralRe: Encrypt text using java and decrypt using C Pin
Aescleal18-Jun-10 9:23
Aescleal18-Jun-10 9:23 
QuestionCClientDc Pin
VVVimal16-Jun-10 18:39
VVVimal16-Jun-10 18:39 
AnswerRe: CClientDc Pin
«_Superman_»16-Jun-10 18:54
professional«_Superman_»16-Jun-10 18:54 
AnswerRe: CClientDc Pin
Stephen Hewitt16-Jun-10 19:23
Stephen Hewitt16-Jun-10 19:23 
AnswerRe: CClientDc Pin
Aescleal16-Jun-10 22:50
Aescleal16-Jun-10 22:50 
QuestionMs PowerPoint password protected File Pin
MsmVc16-Jun-10 18:11
MsmVc16-Jun-10 18:11 
AnswerRe: Ms PowerPoint password protected File Pin
MsmVc16-Jun-10 23:48
MsmVc16-Jun-10 23:48 
QuestionSave to a file Pin
thaiguy_md16-Jun-10 12:58
thaiguy_md16-Jun-10 12:58 
AnswerRe: Save to a file Pin
Rick York16-Jun-10 16:37
mveRick York16-Jun-10 16:37 
GeneralRe: Save to a file Pin
ThatsAlok16-Jun-10 23:55
ThatsAlok16-Jun-10 23:55 
QuestionSetWindowsHookEx and Callback Pin
AlmightyEdge16-Jun-10 10:26
AlmightyEdge16-Jun-10 10:26 
AnswerRe: SetWindowsHookEx and Callback [modified] Pin
Hristo-Bojilov16-Jun-10 11:14
Hristo-Bojilov16-Jun-10 11:14 
GeneralRe: SetWindowsHookEx and Callback Pin
AlmightyEdge16-Jun-10 12:48
AlmightyEdge16-Jun-10 12:48 
GeneralRe: SetWindowsHookEx and Callback Pin
AlmightyEdge18-Jun-10 2:59
AlmightyEdge18-Jun-10 2:59 
AnswerRe: SetWindowsHookEx and Callback Pin
Stephen Hewitt16-Jun-10 19:19
Stephen Hewitt16-Jun-10 19:19 
GeneralRe: SetWindowsHookEx and Callback Pin
AlmightyEdge18-Jun-10 3:00
AlmightyEdge18-Jun-10 3:00 

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.