diafygi / webcrypto-examples

Web Cryptography API Examples Demo: https://diafygi.github.io/webcrypto-examples/
GNU General Public License v2.0
1.64k stars 193 forks source link

RSA-OAEP test is not a valid usage of the API #10

Closed sleevi closed 9 years ago

sleevi commented 9 years ago

https://code.google.com/p/chromium/issues/detail?id=499573#c4

The usages array needs to be ["encrypt", "decrypt"] for the RSA-OAEP encryption test.