Hi,
I'd like to encrypt in javascript and then decrypt in Php.
There are RSA implementations for javascript and php but they are not compatible. I cannot decrypt in Php correctly what I had encrypted with javascript.
Does anyone know a library/code that will work both with javascript and Php?
Thanks.