Made good progress on my file integrity tools lately.
Calc-sum updates sha3-512 checksums in a hash-list.
When executing my scripts I can check the file integrity with check-sum while running. This is a security measure; sometimes I type in a file by accident without noticing. But now check-sum holds the script if the file has changed and the integrity check fails. For remote files this can of course also work as an extra security tool.
#linux #terminal #commandline #sha3 #file #integrity #security #checksum #tool