-
hi, my server using this type to encrypt data:
```
Convert.ToBase64String(rsa.Encrypt(keyBytes, RSAEncryptionPadding.OaepSHA256));
```
i tried to test all padding but not working with data fro…
-
Hi,
I have a smart card that has rsa key pairs and Qualified certificate. But rsa key type is RSA-OAEP. When I try to sign with this key, it returns 'key does not match that of operation'. Because …
-
_From @izaera on February 12, 2014 7:23_
Need to check what we are actually implementing (I think it's textbook RSA) and decide if it needs to be changed or enhanced in the future.
More info about R…
-
x509 currently does not support parsing rsaesoap pub keys.
Use case is calling x509 to extract the public EK from TPMs for verification purposes.
There are many old TPM units that use this key type.
-
There are three vectors (376, 385, 392) in rsa_oaep_misc_test.json that have ciphertext == 0 or ciphertext == 1.
Currently these vectors are expected to pass, which matches what is defined in secti…
-
we have the java code, like:
```
public static String rsaEncryptWithPublicKey(String s, java.security.PublicKey pub) throws GeneralSecurityException, UnsupportedEncodingException {
java…
-
└─# python3 win7_32_poc.py 130 ⨯
[+] initializing connection
[+] sending basic settings exchange
[+] sending erect domain and attach user
[+] se…
-
Hi,
We are using Forge library to encrypt credit card number using a public key. And when we are trying to decode the encrypted data some times we are getting Error 'Invalid RSAES-OAEP padding' rando…
-
The current version supports only SHA1 hash and SHA1-based MGF1 in the OAEP decryption mechanism, which is not very future proof.
This is more like known issue for visibility of the missing functio…
-
The certificates contained in TPMs (at least v1.2) are (I believe) a little non-standard and use the RSAES-OAEP encryption scheme.
Here's an example of one: https://github.com/pnwamk/mbedtls/blob/r…