-
Prerequisite: https://github.com/Mbed-TLS/mbedtls/issues/8170
-
## Description
My docker registry gives me a key encrypted with the ECDSA algoritm. At least, that's what I think when I read the key.pem
```java
PEMParser pemParser = new PEMParser(new BufferedR…
dxxvi updated
5 years ago
-
Should follow up a spec
-
Can i encrypt/decrypt RSA in the snippet code feature?
-
hi, i do RSA encryption with pointy castle and always failed to decrypted back.
btw, decrypt process is in different environment using PHP
here's my code :
```
BigInt modulus = BigInt.pa…
-
Running testssl.sh version 3.0.9. The hexcode is weird:
```
Testing 370 ciphers via OpenSSL plus sockets against the server, ordered by encryption strength
Hexcode Cipher Suite Name (OpenSSL) …
-
https://www.sogis.eu/documents/cc/crypto/SOGIS-Agreed-Cryptographic-Mechanisms-1.2.pdf specifies that only RSA keys may be used for asymmetric encryption.
The node currently has code support for RS…
-
```
What steps will reproduce the problem?
1. encrypt in flash
2. decrypt in java using cipher "RSA/ECB/PKCS1Padding"
3. sometimes, not always, I get following errors
BadPaddingException... Data must…
-
It would be really nice if we could specify what type of key to generate. Not all programs allow a DSA key so having the option to generate a RSA key would be great! Thanks.
-
```
What steps will reproduce the problem?
1. encrypt in flash
2. decrypt in java using cipher "RSA/ECB/PKCS1Padding"
3. sometimes, not always, I get following errors
BadPaddingException... Data must…