sign in
|
add example
|
see also:
KevinSecretan
examples
favorites
badges
[
new example
]
copy
0
1
Compute sum
echo 'test' > tmp && sha512sum tmp
sha512sum
6 months, 2 weeks ago
KevinSecretan
3 |
copy
0
2
Check sum (success)
echo 'test' > tmp && sha512sum tmp > sum && sha512sum --check sum
sha512sum
6 months, 2 weeks ago
KevinSecretan
3 |
[
new config
]
[
ask question
]
First Responder