As the title says, I have the .cer file and I want to encrypt a string. I've tried quite a few libs out there, w/o success. Does anyone have any experience with this?

link|improve this question

feedback

1 Answer

I don't have an experience with this, but did you try Keyczar package by bundling it and trying to use that for your purposes. It has an Encrypter class for what you are trying to. It has a dependency on PyCrypto, but that seems already included in the GAE infrastructure.

link|improve this answer
I think I'm getting this encryption wrong. Keyczar seems to need some prerequisite files to exist. I only have the .cer – Tudorizer Dec 31 '10 at 2:15
See if you can export the public and private key separately from your cert and look the documentation of keyczar to use the correct keys for your encryption requirements? – Senthil Kumaran Dec 31 '10 at 4:13
I already have the public and private keys separated. As for the docs, they show only how to generate they keys. – Tudorizer Dec 31 '10 at 12:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.