-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Run faythe with rsa key in examples/key/faythe.rsa of this project
…
-
I am attempting to connect to the SFTP server using public key authentication. To do so I need to call JSch.AddIdentity() and pass in the private key.
The private key I need to use is stored in a J…
-
We should upgrade our usage of PKCS1 to PKCS8, as pointed out in this comment: https://github.com/ssvlabs/ssv-spec/pull/481#issuecomment-2296497754
-
I'm not sure what the actual name of the format is, but EC keys are often generated in a non-PKCS8 format by default, e.g., with
```bash
$ openssl ecparam -out core/src/test/resources/com/linecorp…
-
## Question
I am getting a SSL handshake_failure exception when trying to access the freesound.org API. This only happens when I run my application packaged with Adoptium/Temurin 17, but not when I…
Sciss updated
3 weeks ago
-
Using version 6.4.0
I can't get SSL to work properly. The input comes up and listens on the port, but when I try to hit it I get `Unknown SSL protocol error in connection` So then I tried to see if t…
-
Hey.
I have input, signature as base64 string and public key in DER format encoded in BASE64 without start mark, end mark, and end line mark. But when I try execute this code I get: **Error: [Inval…
-
;)
```
from certipy.lib.certificate import load_pfx
from cryptography.hazmat.primitives.asymmetric import padding
from asn1crypto import cms
from Crypto.Cipher import PKCS1_OAEP, AES, DES3
fro…
-
**What kind of request is this (question/bug/enhancement/feature request):**
Bug
**Steps to reproduce (least amount of steps as possible):**
Using cert managed I create a certificate resource wit…
-
Don't use HMAC here. Instead, use in order of preference:
1. Ed25519 (via ext/libsodium)
2. [Deterministic ECDSA over seck1p256](https://tools.ietf.org/html/rfc6979#section-3)
3. RSA (via phpseclib) w…