We're using jsbn library PKCS#1 encryption-style padding for encrypt the message. And now we want to change jsbn library for web crypto.
There is no problem With AES key. Problem is with RSA key.
I have encrypted message by jsbn library. Is possible to decrypt the message by web crypto with RSA key?
WebCrypto documentation supports only RSA-OAEP algorithm for decryption, is there possible to use PKCS (RSASSA-PKCS1-v1_5) algorithm?