Encrypt in Javascript, decrypt in PHP, using public-key cryptography
I’d like to encrypt in JavaScript, decrypt in PHP, using public-key cryptography. I’ve been trying to find libraries that can accomplish this, but am having issues.
I’d like to encrypt in JavaScript, decrypt in PHP, using public-key cryptography. I’ve been trying to find libraries that can accomplish this, but am having issues.