Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Jeffrey Paul a46db96615
Update README.md
4 лет назад
.dockerignore getting toward release 5 лет назад
.gitignore initial 5 лет назад
Dockerfile getting toward release 5 лет назад
Makefile getting toward release 5 лет назад
README.md Update README.md 4 лет назад
main.go seems to work now! needs more features 5 лет назад

README.md

xsum

This stores a file mtime, a size, and a cryptographically secure content checksum in an xattr, so that you can verify that your files aren't corrupted on filesystems that are dumb and don't include data checksums (e.g. apfs)

inspired by

background

You can dd a few random bytes into the middle of an hfs+ or apfs filesystem, and, if they land in file data, an fsck/Disk First Aid on the filesystem will pass with flying colors. There is no file content checksum.

todo

  • recurse into directories
  • more parallelism

author

Jeffrey Paul sneak@sneak.berlin