【发布时间】:2012-02-13 22:37:06
【问题描述】:
我需要知道“crypt”命令 Unix/Solaris 10 是否支持 128 位加密/解密。
【问题讨论】:
标签: unix encryption command solaris
我需要知道“crypt”命令 Unix/Solaris 10 是否支持 128 位加密/解密。
【问题讨论】:
标签: unix encryption command solaris
Blog Post 表明 Solaris 10 上的 crypt 不使用 DES、RSA、AES 等任何东西(在谈到“128 位加密”时通常会涉及到这些)。它使用了一个可以被许多工具破坏的弱功能,在那篇文章中提到了一个。当您需要最新的加密技术时,请使用 openssl 库或工具。
【讨论】:
使用 Solaris 10 上始终安装的加密和解密命令。Openssl 提供了类似的功能,但标准安装中可能缺少。
【讨论】: