Skip to content
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

AES encryption #125

Closed
Tracked by #184
teidesu opened this issue Feb 12, 2024 · 6 comments
Closed
Tracked by #184

AES encryption #125

teidesu opened this issue Feb 12, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@teidesu
Copy link

teidesu commented Feb 12, 2024

there currently seems to be no way to do AES en/decryption, which is essential for many applications

require('crypto') doesn't include createCipheriv/createDecipheriv:

and SubtleCrypto doesn't seem to be implemented either

@richarddavison richarddavison added the enhancement New feature or request label Feb 12, 2024
@richarddavison
Copy link
Contributor

richarddavison commented Feb 12, 2024

SubtleCrypto is on the roadmap!
https://w3c.github.io/webcrypto/#dfn-SubtleCrypto

What missing APIs are a blocker for you? The following be prioritized:

  • subtle.importKey
  • subtle.encrypt
  • subtle.decrypt

@teidesu
Copy link
Author

teidesu commented Feb 12, 2024

are a blocker for you

not really a blocker, i was just poking around for fun c:

@osiris-plus
Copy link

Would be nice to have webcrypto api support.

@richarddavison
Copy link
Contributor

richarddavison commented Mar 13, 2024

Dup of #184

@jackkleeman
Copy link

@richarddavison this is #125 - it can't be a dupe of itself :p

@richarddavison
Copy link
Contributor

@richarddavison this is #125 - it can't be a dupe of itself :p

Issueception? 😵‍💫 I don't seem to have a copy and paste license... 🤦‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants