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

feat: subtle.encrypt() & subtle.decrypt() support for aes #349

Merged
merged 9 commits into from
Jul 1, 2024

Conversation

boorad
Copy link
Collaborator

@boorad boorad commented Jun 19, 2024

Add aes support for the following functions:

  • subtle.encrypt()
  • subtle.decrypt()
  • subtle.generateKey()
  • crypto.generateKey()
  • crypto.generateKeySync()

fixes #283
fixes #285

@boorad boorad self-assigned this Jun 19, 2024
@boorad boorad force-pushed the feat/subtle-encrypt-decrypt-aes branch from cef919c to 7a1fd56 Compare June 27, 2024 11:57
@boorad
Copy link
Collaborator Author

boorad commented Jul 1, 2024

before after
349_tests_before 349_tests_after

@boorad boorad merged commit 8a7f07f into margelo:main Jul 1, 2024
6 checks passed
@boorad boorad deleted the feat/subtle-encrypt-decrypt-aes branch July 1, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

subtle.encrypt for aes subtle.decrypt for aes
1 participant