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

README changes to AES-GCM comments #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

khrice
Copy link

@khrice khrice commented Sep 11, 2018

Changed the comment to help with confusion around optional parameters for IE and Edge

Changes to comments for IE and Edge, which require additionalData and tagLength
@Ruffio
Copy link

Ruffio commented Sep 12, 2018

@khrice nice catch, you are absolutely right :-)

@ericlaw1979
Copy link

It might also be good to mention that IE/Edge Legacy require that the IV be 12 bytes for AES_GCM; any other value results in failure. This is because these browsers all the Windows Crypto API which supports only a 96bit IV (as suggested by the NIST standard).

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.

3 participants