-
Notifications
You must be signed in to change notification settings - Fork 359
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
Comments
What missing APIs are a blocker for you? The following be prioritized:
|
not really a blocker, i was just poking around for fun c: |
Would be nice to have webcrypto api support. |
Dup of #184 |
@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... 🤦♂️ |
there currently seems to be no way to do AES en/decryption, which is essential for many applications
require('crypto')
doesn't includecreateCipheriv
/createDecipheriv
:and SubtleCrypto doesn't seem to be implemented either
The text was updated successfully, but these errors were encountered: