验证SHA-256

openssl dgst -sha256 /path/to/file

验证SHA-1

openssl sha1 /path/to/file

验证 MD5

openssl md5 /path/to/file
备注

MD5已经不再安全,推荐使用 SHA-256

最新的 macOS好像可以通过md5 /path/to/file的命令来验证MD5了,而sha256sha1则没有这么直观的方式。不妨在 .bashrc / .zshrc 里加入一行alias sha256="openssl dgst -sha256" 来实现通过 sha256 /path/to/file校验 SHA256

文件路径不一定要手动打,可以拖拽文件到 terminal

请联系我 商务合作、广告投放、题目勘误、侵权投诉

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿
发表
评论
返回
顶部