windows和linux中计算文件哈希码的方法

佚名 / 2024-10-09 / 原文

windows:

打开powerShell运行:certutil -hashfile .\test.txt SHA256

linux:

sha256sum ./test.txt