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

support for aes-gcm-siv mode (rfc8452) #543

Open
sify21 opened this issue Aug 15, 2021 · 3 comments
Open

support for aes-gcm-siv mode (rfc8452) #543

sify21 opened this issue Aug 15, 2021 · 3 comments

Comments

@sify21
Copy link

sify21 commented Aug 15, 2021

I also can't find aes-gcm-siv implementations in other popular python projects like tink and cryptography, only a sample script which was written 3 years ago and clearly states that Do not use .
Related issues: pyca/cryptography#5877 (comment)

@sify21
Copy link
Author

sify21 commented Aug 16, 2021

the script works fine, just need to change all AES.new(key) to AES.new(key, AES.MODE_ECB )

@tasket
Copy link

tasket commented Aug 5, 2022

If the block for this is Openssl upstream, they have recently added AES-GCM-SIV support:
openssl/openssl#16721

@redfast00
Copy link

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

No branches or pull requests

3 participants