turiya / keyczar

Automatically exported from code.google.com/p/keyczar
0 stars 0 forks source link

Keyczar Java with Camellia by C++ #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dear all,

I`m builiding a library using keyczar with camellia by C++ for mobile.

But today, I see keyczar C++ is not support for window.

So I think about using Keyczar Java, but want to using Camellia C++

And I have a question:
With Keyczar Java, can I use an ecryption algorithm code by C++ ?
Or I must using Java for Camellia too ?

Hope to see your solution.

Original issue reported on code.google.com by luoidocs...@gmail.com on 4 Feb 2013 at 8:04

GoogleCodeExporter commented 9 years ago
I think using a C++ library for encryption with the Java implementation of 
Keyczar would be more difficult than making the C++ version of Keyczar run on 
Windows. I think using the C++ Keyczar on Windows should be possible; you'd 
need to install the open SSL library, which Keyczar uses, and there may be some 
other tweaks that have to be made.

Also, I think this question is more appropriate for the discussion list, rather 
than the issue tracker, and it's definitely not a defect.  I'm closing it, but 
please let's discuss the question in more depth on the mailing list.

Original comment by swillden@google.com on 4 Feb 2013 at 5:55