PC_Aide

sha1sum

May 20th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. # sha1sum - compute and check SHA1 message digest
  2. # if you want use a hash algorithm for plaint text
  3. echo -n test | sha1sum | awk '{print $1}'
Advertisement
Add Comment
Please, Sign In to add comment