字符串的唯一哈希值

发布于 2024-08-25 02:36:49 字数 94 浏览 7 评论 0原文

我想创建一个任意长度字符串的唯一哈希(16 个字符长)。是否有一个好的库可以为 C++ 实现 MD5 或 SHA-1,我可以用它来实现这一目标? (可能还有如何使用它的示例)

I want to create a unique hash (16 chars long) of an arbitrary length String. Is there a good library that implements MD5 or SHA-1 for C++ with which I can achieve this? (and possibly an example of how to use it)

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

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

发布评论

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

评论(3

氛圍 2024-09-01 02:36:50

鸽洞原理解释了为什么您所要求的关于唯一性的问题是不可能的。

The Pigeonhole Principle explains why what you ask is impossible regarding uniqueness.

勿忘心安 2024-09-01 02:36:50

您需要 openssl 库。为此目的,它实现了标准加密哈希。

You need the openssl library. It has implementations of the standard crypto hashes for this purpose.

晨曦慕雪 2024-09-01 02:36:50

nss 提供多种哈希和加密算法,并且拥有更宽松的许可比 OpenSSL 。

nss provides a number of hash and cryptographic algorithms and has a more liberal license than OpenSSL.

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