Skip to content
This repository was archived by the owner on Sep 6, 2018. It is now read-only.
This repository was archived by the owner on Sep 6, 2018. It is now read-only.

newly generated keys should be at least 2048 bits #20

@piem

Description

@piem

DSA 1024 should be considered harmful nowadays.

in src/main/java/bisq/common/crypto/Sig.java, line 64:

            keyPairGenerator.initialize(1024);

Additionally, some code duplication could be avoided (generateKeyPair is defined at least twice in Sig.java and Encryption.java).

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