Skip to content

Entropy of initialisation vector #7

@joachimneumann

Description

@joachimneumann

Make sure that the iv which is used in each message sent from Bisq has 32 bit of entropy.

In bisq/notification/BisqNotification.java, line 46, we use:
String iv = uuid.substring(0, 16);
which provides only 16+8 = 24 bit of entropy.

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