We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CaptfEncoder 目前是按照文件路径处理的.
比如将文件 C:\Users\Wind\Downloads\Programs\CaptfEncoder-win-x64-3.1.0.exe 拖放到CaptfEncoder.exe, 得到的是字符串 C:\Users\Wind\Downloads\Programs\CaptfEncoder-win-x64-3.1.0.exe 的 SHA256 哈希值 b1048fe5538564abe2355dc303c1ba268cf46d09e56cf82cd1134e6a6e9b0080, 而文件本身的 SHA256 为05973d5aab497a14b13504141e14b9b442d087ce7eb537faf543af8f0126b9dc, 这与我的直觉不太相符.
C:\Users\Wind\Downloads\Programs\CaptfEncoder-win-x64-3.1.0.exe
b1048fe5538564abe2355dc303c1ba268cf46d09e56cf82cd1134e6a6e9b0080
05973d5aab497a14b13504141e14b9b442d087ce7eb537faf543af8f0126b9dc
当我实施拖放动作时, 我期望得到文件本身的哈希值. 不知道作者和大众的习惯是否是这样.
The text was updated successfully, but these errors were encountered:
新版本已解决
Sorry, something went wrong.
No branches or pull requests
CaptfEncoder 目前是按照文件路径处理的.
比如将文件
C:\Users\Wind\Downloads\Programs\CaptfEncoder-win-x64-3.1.0.exe
拖放到CaptfEncoder.exe, 得到的是字符串C:\Users\Wind\Downloads\Programs\CaptfEncoder-win-x64-3.1.0.exe
的 SHA256 哈希值b1048fe5538564abe2355dc303c1ba268cf46d09e56cf82cd1134e6a6e9b0080
, 而文件本身的 SHA256 为05973d5aab497a14b13504141e14b9b442d087ce7eb537faf543af8f0126b9dc
, 这与我的直觉不太相符.当我实施拖放动作时, 我期望得到文件本身的哈希值. 不知道作者和大众的习惯是否是这样.
The text was updated successfully, but these errors were encountered: