Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a php webpage, where I use OpenSSL to encript a text in php (openssl_private_decrypt).
Encripted text: bhYtdNghwutjxqgHg8AoyebLm5AY+X/4GLNzzb0PVuyiUX2QKwwDBXH4kVQFJIqUUrm6nYGk740wWkSoAMzygA==
Public key: -----BEGIN PUBLIC KEY-----MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMYQWDqtLgDKlQvWzacGeBMQpbicd/uoXAvgLNpFZLM7zuYFDhrYncRsl8LIHK0K3f7e1aFmUVgM4LrKU2WFIw0CAwEAAQ==-----END PUBLIC KEY-----

My problem:
I don't know how to decrypt it in a browser in JavaScript.
I'm looking for some code or library, which I can decode it.

Thanks for your furher help:
Horbert

share|improve this question
Why are you doing this manually instead of letting the browser and web server handle it automatically by using HTTPS? – Quentin Nov 20 '12 at 12:02
check out stackoverflow.com/a/3977325/861940 – Bruno Nov 20 '12 at 12:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.