Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Remove aes256 dependency? #96

Open
friedger opened this issue Mar 27, 2020 · 0 comments
Open

Remove aes256 dependency? #96

friedger opened this issue Mar 27, 2020 · 0 comments

Comments

@friedger
Copy link
Collaborator

friedger commented Mar 27, 2020

Symmetric encryption is used in generic invites using aes256.

aes256 encryption uses CTR mode, while the blockstack encryption is using CBC mode in encryptECIS. Does it make sense to have two different encryption methods? For maintenance reasons, it would be better to just have one.

The security of both modes are for example discussed in https://security.stackexchange.com/questions/27776/block-chaining-modes-to-avoid/27780#27780

@friedger friedger changed the title Remove aes256 dependency? Remove aes256 dependency? Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant