Options

What is the kind of cryptography algorithm used by DOL encryption method?

dipanwita_cdipanwita_c Member Posts: 11
Hello. For a bank integration customization, I need to encrypt a CSV file when exporting. I am using the function used by DOL encryption in codeunit 824. Now, the bank wants to know whether the algorithm used meets below requirement.
1) Type: RSA
2) Size: 4096/4096 or 2048/2048
3) Expiry Date: Required (Recommended life 3 years)
4) Ciphers Allowed: AES , AES256 (Preferred: AES)
5) Hashes Allowed: SHA-2-256 (Preferred: SHA-2-256,)
6) Mode: ASCII mode or Binary mode

However, I was not able to get much information on this from the internet. Could anyone help me with these ?
Sign In or Register to comment.