fukemy opened this issue 3 years ago · 2 comments
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 from server. Did u support this kind of padding from server? Thanks
@nickm01
plz help