-
For example, softhsm does not seem to support RSA_PKCS1_OAEP decrypt with anything but SHA1, but I would have expected it to return `CKR_MECHANISM_INVALID` or, even better, `CKR_MECHANISM_PARAM_INVALI…
-
**Describe the bug**
On the client, trying to decrypt the RSA-encrypted AES key throws an error:
```c
40776EA7DE760000:error:02000079:rsa routines:RSA_padding_check_PKCS1_OAEP_mgf1:oaep decoding er…
-
After updating to v0.30 of Crypt::OpenSSL::RSA my Google SSO stopped working. It appears to be related to https://github.com/toddr/Crypt-OpenSSL-RSA/issues/15.
I was able to fix it with:
*** Respo…
-
When using browserify to require crypto i want to use the following:
```js
const encryptedData = crypto.publicEncrypt({
key: `some public key`,
padding: crypto.constants.RSA_PKCS1_…
-
Hi,
After testing your implementation of PKCS#1 v1.5 Signature Verification, I noticed it fails to check that end of padding is actually `0x00` and it can take any arbitrary value.
I think the …
-
## 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…
-
> 示例写的 `privateKey: fs.readFileSync('./private-key.pem', 'ascii')`,但创建应用给的是私匙,需要用支付宝开放平台密匙工具转换一下格式。shit!
- [alipay-SDK git 地址](https://github.com/alipay/alipay-sdk-nodejs-all)
-
**Describe the bug**:
We have a clusterIssuer named issuer-g2, but we have deployed ingress with annotation: "cert-manager.io/cluster-issuer: issuer-G2". In cert-manager prometheus metrics, it appear…
-
A typical RSA key 2048 bit cannot sign the nonces returned using WebID + RSA
PKCS1v15 uses 11 bytes padding and so can have a max message size of 256 - 11 = 245 bytes
Typically the host + nonce stri…
-
I found a limitation in the current format for Linked Data keys. There are quite a few ways of representing key material that may be encapsulated multiple times however the current format only provide…