Open
Description
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
Labels
No labels