phpseclib/jsbn: encrypt with public key in PHP, decrypt with private key in jsbn
I can successfully generate a public/private keypair using jsbn on the client side. Encrypting and decrypting client side with these keys is fine. I can also transmit that public key to the server and store it in MySQL via PHP. I cannot encrypt something in PHP using the jsbn public key, and then