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

Remove aes256 dependency? #96

@friedger

Description

@friedger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions