AES-CFB support for web-crypto

Hi all,

I saw that Cloudflare’s WebCrypto does not support AES-CFB [1], however, this algorithm is already implemented for WebCrypto [2].

Is it an outdated documentation? If no, we are needing this algorithm to create a worker. Does Cloudflare intend to have AES-CFB implemented?

Thank you in advance.

regards,

Paulo Angelo

[1] Web Crypto · Cloudflare Workers docs
[2] GitHub - diafygi/webcrypto-examples: Web Cryptography API Examples Demo: https://diafygi.github.io/webcrypto-examples/

Why do you need to use CFB mode?

Hi Mnordhoff,

We have to integrate with a already created system.

I had a look at Web Cryptography API and AES-CFB is apparently not implemented. :frowning:

We solved the problem implementing CBC mode in our system.

Case closed!