Relative Content

Tag Archive for javascriptjavaencryptionwebcrypto-api

Decrypting JavaScript Web Crypto API (RSA-OAEP) in Java

I am trying to encrypt a string using RSA-OAEP-SHA-512 in the WebCrypto API (client side) and then I want to decrypt the string again using Java (server side). However, the server side decryption failes with the Error: Padding error in decryption.