文件验证
利用openssl验证文件,linux, MacOS等。
SHA-1
openssl sha1 /full/path/to/file
SHA256:
openssl dgst -sha256 /full/path/to/file
MD5:
openssl md5 /full/path/to/file
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Good Day!
利用openssl验证文件,linux, MacOS等。
openssl sha1 /full/path/to/file
openssl dgst -sha256 /full/path/to/file
openssl md5 /full/path/to/file