-
## Issue
In FSP v4.3.0, v4.4.0, and v4.5.0, the RSA and ECC plaintext key injection is supported on SCE7 (RA6M1, RA6M2 and RA6M3) and SCE9 (RA6M4, RA6M5, RA6E1, Ra4M2, RA4M3 and RA4E1) based devices…
-
sshcrypt only works when a user uses RSA keys - DSA keys won't work. Add a check to the script and provide an appropriate message when the user attempts to use non-RSA keys.
-
We originally were targeting the ATmega328p, which constrained us to Elliptic Curve, with faster MCUs available, it should be feasible to also support RSA-256 keys.
This issue is to capture any pro…
-
In class on Friday, someone was having trouble selecting the correct parameter for the key generator. If anyone is confused, I will post a screenshot here. If you see any mistakes, feel free to correc…
-
### go code:
```
package main
import (
"crypto/rand"
"crypto/rsa"
"crypto/x509"
"encoding/pem"
)
var priKey = []byte(`-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQCe8zGb4UAMg2A63pH+…
-
### What happened?
I'm using rsa key with passphrase. When I construct jwt::algorithm::rs256 I've got an exception: failed to load key: bio read failed
### How To Reproduce?
```c++
#include "jwt-c…
-
Hi, I am trying to use the `New()` method to create a transport for use in my github client, but I am having trouble with my RSA key being parsed. When I used `NewKeyFromFile()` everything worked fine…
-
I suddenly have this error when trying to connect to a Checkpoint gateway.
Up to yesterday every was working like a charm, since today I get the following error.
What can it be?
```
Traceback (m…
-
### What is your current rclone version (output from `rclone version`)?
rclone v1.68.1
- os/version: debian 11.11 (64 bit)
- os/kernel: 6.1.0-0.deb11.21-amd64 (x86_64)
- os/type: linux
- os/arch:…
-
Hi,
I have to exchange keys with the server (in JAVA using bouncycastle) and my iOS app. So the server has the key size issue and send me the key in blocks (each one encrypted with my public key). Th…