diafygi / diafygi/webcrypto-examples
False negative for PBKDF2+deriveKey
Open
- Dominant language
- HTML
- Stars
- 1.7k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
On my browser (FF 61.0.2 on macOS) the PBKDF2+deriveKey() square is marked N/A, with the tooltip `AESCBC is not defined`, even though I can actually use PBKDF2+deriveKey() on this browser. Looking at the source code, it seems like the problem is that the `AESCBC` variable is defined *after* many of the places that use it, but this only causes a failure when the relevant promises resolve quickly enough.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.