How to create a hash file using SHA256 sum and save it in a file
shasum -a file.txt > file.txt.sha256
#To verify
shasum -c file.txt.sha256
#To output the file content
cat file.txt.sha256
How to create a hash file using SHA256 sum and save it in a file
shasum -a file.txt > file.txt.sha256
#To verify
shasum -c file.txt.sha256
#To output the file content
cat file.txt.sha256
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us