You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
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.
Symmetric encryption is used in generic invites using
aes256
.aes256
encryption uses CTR mode, while the blockstack encryption is using CBC mode inencryptECIS
. 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
The text was updated successfully, but these errors were encountered: