Open logworthy opened 5 years ago
From the openssl documentation, it looks like RSA_PKCS1_OAEP_PADDING is the recommended default.
Hmm but that means we probably won't be able to exchange encrypted data with other applications that use the default RSA_PKCS1_PADDING
RSA_PKCS1_PADDING
From the openssl documentation, it looks like RSA_PKCS1_OAEP_PADDING is the recommended default.