You are not logged in.
Pages: 1
Hi,
Can't find in documentation. I need:
OaepPadding
OaepHash = sha256
Offline
So, I can't use X509 for this?
Offline
It is requierment of taxpayer system.
Taxpayer document says:
After encryption of the bill, through the AES/GCM algorithm, the encrypted symmetric key and IV must be placed next to the encrypted bill. To encrypt the symmetric key, the asymmetric RSA-OAEP-SHA256 method must be used, which is obtained from the public key(s) of the taxpayer system with a length of 4096 bits. A valid intermediate center is used (the public key of the taxpayer system is obtained using the GET_SERVER_INFORMATION method).
C# example of this document is :
https://jsfiddle.net/8w2u3sex/
Last edited by anouri (2024-08-24 08:23:00)
Offline
Is there a future plan to implement OAEP ?
Offline
Pages: 1