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.
使用 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.
发布评论
评论(2)
博客文章显示 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.
使用 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.