-
Notifications
You must be signed in to change notification settings - Fork 199
Add Web Crypto API #1577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Web Crypto API #1577
Conversation
|
Hmm, secure curves needs to be in here too. |
|
@ddbeck I'm going to merge https://github.com/web-platform-dx/web-features/blob/main/features/draft/spec/webcrypto-secure-curves.yml into the general webcrypto api feature. Even if new curves are added (likely), they're more like flavors of the same basic APIs, not new APIs in and of themselves. wdyt? |
Reproducing my answer from chat:
|
Name
Sheesh:
Thoughts:
Proposal for WF: Web Cryptography
We can use "crypto" as shorthand in URLs and file paths, but should expand to the full name in any other context.
I'd be ok with popping "API" on there if people think it's needed. Not adding it keeps options open for future.
Edit: Updated to use Web Cryptography
Description
The description feels a bit short, and I like "operations" as Caniuse went with, vs "systems" from MDN which sounds heavyweight. I tried to balance it with the "utilities" bit since there are standalone functions. Thoughts, preferences from anyone?
Edit: Updated to use "cryptographic operations" instead of "systems".
Group
This feels like it could be its own group, as there's no other group it aligns with, and also it's a general feature area along a specific theme. Could name it
Web Crypto APIper how developers refer to it, orCryptographyfor a more general bucket for potential future features to be added to which may not be in the same API namespace.Edit: Leaving group out for now, we can always come back to it
Splits/Merges
Discussed w/ @ddbeck and deleted
webcrypto-secure-curvesfiles and merged into here, as they're considered by developers as part of the Web Cryptography feature, not something separate and standalone.