-
What encryption type is used by this library? I would like to use `RSA-PSS` to match my webcrypto code:
```
await crypto.subtle.generateKey(
{
name: "RSA-PSS",
hash: "SHA-256",
…
-
## Introduction
Hi! I love this project idea and really appreciate the dedication to modern security standards (such as DKIM support) as well as `mail-send`'s RFC compliance. The current feature se…
-
We were asked to support key 0x50BB6FFC9719DFD2BEBB04C69710B89BCA57AD7C - PGP Global Directory Verification Key.
Importing fails with the following error:
[parse_signature_material() rnp/src/lib…
-
Hi, im trying to port a JWT sign function to create a password for google iot core, but im having some problems find the correspondent code for Node's:
`crypto.createSign(method).update(input).sign…
-
**Description**
This is necessary to specify a non-default hash algorithm - See https://github.com/golang/go/blob/master/src/crypto/x509/x509.go#L1412 for more information. Otherwise, only SHA-…
-
### Description of the tech debt to be addressed, include links and screenshots
Following up on https://github.com/saltstack/salt/issues/63066: Salt currently uses `M2Crypto` for some of its cryp…
-
modulus
16513842426114926396366622966116481490888752495016614296296001936394442516124037025140345245200116514340017313342304579133068730465094433295046007905970234299994053264222689629922525893902831…
-
### Description
The following method gets one exception when loading a pxf from a byte array , it wont throw any error to the app but i cant use the certificate to authenticate. if i use the old meth…
-
This is maybe not really a problem since they can always reconnect and get a new key.
Example log:
[solver_output_05.txt](https://github.com/moyix/csaw23_nervcenter/files/12819712/solver_output_05…
-
Apparently, **PKCS1Padding** is vulnerable to padding oracle attack. A simple rule should be made to recommend **RSA OEAP**.
```
Cipher cipher = Cipher.getInstance("RSA/ECB/PKCS1Padding");
```
Refer…