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

Switch to AES GCM #27

Closed
rugk opened this issue Jul 9, 2016 · 0 comments
Closed

Switch to AES GCM #27

rugk opened this issue Jul 9, 2016 · 0 comments

Comments

@rugk
Copy link
Member

rugk commented Jul 9, 2016

Currently we use AES in CBC mode. We should switch to GCM mode. It's safer, can be parallelised (so it might be faster, but I am not sure whether this is true in our case) and is authenticated encryption.

@rugk rugk added this to the Next release milestone Jul 9, 2016
@rugk rugk changed the title Switch to GCm crypto Switch to AES GCM Jul 9, 2016
@rugk rugk mentioned this issue Jul 9, 2016
@elrido elrido closed this as completed in ad9fdf8 Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant