[email protected]:~ $ sha256sum file.txt
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 file.txt
[email protected]:~ $
Hi. Using a Chromebook. I have since fixed this issue. Thank you very much for your reply though.Are you using a Google Chrome tablet?
Hi. Yes, that's correct. I found an app which helps with this on Chromebook. Thank you for your input.I'm guessing you mean verify a file's sha256sum?
At a command line run the following: 'sha256sum filename_to_sum'
Example:
Code:[email protected]:~ $ sha256sum file.txt e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 file.txt [email protected]:~ $