-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
## The problem
When running in a Node process, encrypting with PKCS1 OAEP padding with custom label and SHA 256 hash algorithm, `io.js` does not pass the OAEP hash and OAEP label parameters to `crypt…
-
According to [docs](https://github.com/bcgit/pc-dart/blob/master/tutorials/rsa.md#standards-supported-1), RSAES-OAEP v 2.0 is implemented. Is there any plan to support v2.1 for RSAES-OAEP.
Since most…
-
OpenSSL 3.0.15 (system provided)
Observed recently when upgrading to newer OpenSSL (to 3.0.15 from 1.01) that I now have to set the 'd' parameter for EVP_PKEY_decrypt() to work (RSA). The 'crt' par…
-
See http://stackoverflow.com/a/36633937/875379 and http://crypto.stackexchange.com/questions/12688/can-you-explain-bleichenbachers-cca-attack-on-pkcs1-v1-5 for more info.
RSA 4.0 should support OAEP …
-
On the web, I am unable to get decryption working. I keep getting the error "Error: Invalid RSAES-OAEP padding." when decrypting. Here is the code sample I am trying:
```
var privateKey = '-----BE…
-
I need to perform encryption-decryption of a message using ECC from Crypto.PublicKey package. Is there any package I can use to encrypt using ECC like once exists for RSA (PKCS1_OAEP).
This is how …
-
I've asked the folks who worked on [MARVIN](https://people.redhat.com/~hkario/marvin/) to [review Alt::Crypt::RSA::BigInt for timing side channel safety](https://github.com/tomato42/marvin-toolkit/iss…
-
Hi,
As you know following example is explains encryption for the single public key.
https://github.com/diafygi/webcrypto-examples#rsa-oaep---encrypt
So is there any way to encrypt data for mult…
-
Hi,
I'm working on a solution where JWE is needed between an Android app and a backend, using `node-jose`. I've been struggling a lot since it seems there is no out of the box compatibility between…