Encrypt text using java and decrypt using C
-
Hi I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks
Some suggestions: 1. Don't cross post in multiple forums. 2. Don't for the full code ASAP. Members here are not paid to help people, so if you want somebody to provide you with the code ASAP, you'll need to hire somebody. 3. Explain precisely where you are stuck, people here won't provide a fully working solution (for the same reason as point 3). 4. Read the posting guidelines at the top of this message board.
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
Some suggestions: 1. Don't cross post in multiple forums. 2. Don't for the full code ASAP. Members here are not paid to help people, so if you want somebody to provide you with the code ASAP, you'll need to hire somebody. 3. Explain precisely where you are stuck, people here won't provide a fully working solution (for the same reason as point 3). 4. Read the posting guidelines at the top of this message board.
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
Hi I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks
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
-
Hi I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks
Murugan k wrote:
I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP.
do you know how to write AES alogorithm in C and Java
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Nice trick there from Cedric! :)
Chat in Europe :java: Now with 24% more Twitter
-
Nice trick there from Cedric! :)
Chat in Europe :java: Now with 24% more Twitter
-
Murugan k wrote:
I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP.
do you know how to write AES alogorithm in C and Java
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You