Calculate the SHA256 checksum of a file (openssl)
openssl dgst -sha256 myfile
Computes and displays the SHA256 hash of a file, useful for verifying file integrity without needing a separate sha256sum tool.
openssl dgst -sha256 myfile
Computes and displays the SHA256 hash of a file, useful for verifying file integrity without needing a separate sha256sum tool.