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 from AES-CBC to AES-GCM #555

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

alvasw
Copy link
Contributor

@alvasw alvasw commented Nov 24, 2022

AES in Galois/Counter Mode (GCM) provides authenticity and confidentiality (AEDEAD). We have to ensure that we use unique IVs. This means we no longer need to handle authentication manually. GCM can ran fully parallelized compared to CBC.

AES in Galois/Counter Mode (GCM) provides authenticity and
confidentiality (AEDEAD). We have to ensure that we use unique IVs. This
means we no longer need to handle authentication manually. GCM can ran
fully parallelized compared to CBC.
@alvasw alvasw merged commit 2562562 into bisq-network:main Nov 24, 2022
@alvasw alvasw deleted the security_switch_to_adead_cipher branch November 24, 2022 18:04
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.

2 participants