Why is obsolete Rijndael used instead of AES? Can a proper AES codeunit be added for FIPS compliance? #18472
-
I am looking to implement symmetric encryption in Business Central SaaS. I see that a Rijndael codeunit is available: Is there a reason why Rijndael was implemented instead of the official AES standard? Can an AES codeunit be added to Cryptography Management in BC SaaS? While AES is based on the 1998 Rijndael submission, my understanding is that there are a few key differences between the two, and Rijndael is not a substitute for AES. The differences that I'm aware of:
Due to the similarity of AES to Rijndael, creating a new AES code unit should not be too difficult. If this is a possibility, please let me know where I can submit a request to add a AES codeunit. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@JesperSchulz maybe you can add the right person to this discussion. |
Beta Was this translation helpful? Give feedback.
-
Rijndael was implemented by a partner, who needed that. We do have an AES Crypto Service Provider in the Cryptography Management module as well it seems? Does that implementation not suffice? If not, you are more than welcome to add a PR to the module :-) |
Beta Was this translation helpful? Give feedback.
Rijndael was implemented by a partner, who needed that. We do have an AES Crypto Service Provider in the Cryptography Management module as well it seems? Does that implementation not suffice? If not, you are more than welcome to add a PR to the module :-)