gpt4 book ai didi

linux - 有什么函数可以在linux中获取文件的md5sum值吗?

转载 作者:太空宇宙 更新时间:2023-11-04 09:39:25 26 4
gpt4 key购买 nike

我想计算一个文件的 md5sum 值,而不是一个字符串。我发现有人用过 openssl md5 函数。但它仅用于 string 。有什么函数可以用来获取文件的 md5sum 值,这等于在 linux 中使用 md5sum 命令。

最佳答案

您可以使用 openssl/md5.h 生成 md5sum请引用How to get the MD5 hash of a file in C++?

在此链接示例中提供了使用 openssl 生成文件的 md5sum

也可以在Linux下使用以下命令生成文件的md5sum

openssl dgst -md5 yourfile
md5sum yourfile

关于linux - 有什么函数可以在linux中获取文件的md5sum值吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22982673/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com