重命名文件会改变它的CRC吗?

发布于 2024-09-26 06:08:04 字数 59 浏览 6 评论 0原文

如前所述,重命名文件会更改 CRC 吗?我已经检查过纯文本文件,但没有。这是否适用于所有格式的所有文件?

As stated, will renaming a file change the CRC? I've checked in plain text files and it didn't. Does this apply to all files of all formats?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁吢 2024-10-03 06:08:04

CRC 是根据文件内容计算的。文件名只是文件系统中允许访问该文件的条目。它不是文件本身的一部分,因此也不是 CRC 的一部分。

CRC is calculated on the contents of the file. The file name is just an entry in the file system that allows access to the file. It's not part of the file itself, so it's not part of the CRC.

超可爱的懒熊 2024-10-03 06:08:04

CRC 通常是根据文件内容计算的,但编写包含文件名的 CRC 实用程序并没有规定入狱。检查您的特定实用程序的文档,或者我会说相信您的实验暗示的结果是安全的。

CRC is normally calculated on file content, but there's no prison sentence prescribed for writing a CRC utility that includes the filename. Check your particular utility's documentation, or I'd say it's safe to trust the results implied by your experiment.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文