crypt 命令 Unix/Solaris 10 支持 128 位加密/解密吗?

发布于 2024-12-28 04:59:55 字数 1459 浏览 6 评论 0原文

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

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

发布评论

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

评论(2

孤凫 2025-01-04 04:59:55

博客文章显示 Solaris 10 上的 crypt 不使用 DES、RSA、AES 等任何内容等(在谈到“128 位加密”时通常会涉及到)。它使用了一个可以被许多工具破坏的弱函数,在那篇文章中提到了一个。当您需要最新的加密技术时,请使用 openssl 库或工具。

A Blog Post shows that crypt on Solaris 10 does not use anything like DES, RSA, AES etc (wich are typically involved when speaking of "128 Bit encryption"). It uses a weak function that can be broken by many tools, one mentioned in that very article. Use the openssl library or tools when you need up-to-date cryptography.

情丝乱 2025-01-04 04:59:55

使用 Solaris 10 上始终安装的加密和解密命令。Openssl 提供类似的功能,但标准安装中可能会缺少这些功能。

Use the encrypt and decrypt commands which are always installed on Solaris 10. Openssl provides similar functionalities but might be missing from a standard installation.

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