Skip to content

Implement a faster checksum method in "/usr/sbin/ocs-sr" #52

Open
@keks24

Description

@keks24

Currently it is only possible to generate SHA1 checksums of all created backup files. This is very slow and since 2005 SHA1 is considered as insecure.

BLAKE2 (b2sum) or the even faster implementation BLAKE3 (b3sum) on the other hand, are way faster; even faster than MD5. They also claim to be at least as secure as SHA384.

The b2sum binary is already available in the coreutils package, which should be already installed on all Debian distributions:

$ dpkg --search b2sum
coreutils: /usr/share/man/man1/b2sum.1.gz
coreutils: /usr/bin/b2sum

It would be awesome to implement one of these checksum methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions