KevinSecretan

copy
0
1
Compute sumecho 'test' > tmp && sha512sum tmp

6 months, 2 weeks ago KevinSecretan 3 |

copy
0
2
Check sum (success)echo 'test' > tmp && sha512sum tmp > sum && sha512sum --check sum

6 months, 2 weeks ago KevinSecretan 3 |