【发布时间】:2017-04-03 17:51:04
【问题描述】:
目前使用 BCrypt 的主要 C/C++ 库是什么?
OpenSSL 真的不支持 bcrypt 吗?我在它的加密库中没有找到任何东西。
【问题讨论】:
-
另见What's the recommended Bcrypt C implementation? 和Password Salting/Hashing with bcrypt。 Bcrypt 是memory-hard functions 的早期实现。 Scrypt 和其他一些现在可用。另请参阅安全堆栈交换上的Do any security experts recommend bcrypt for password storage?。
-
@jww 谢谢。我已经看过那些了。如果我设法了解如何使用它,我会选择 openwall 实现。看到这些信息与其他所有信息相比如此不存在和过时,非常令人惊讶。
标签: encryption openssl cryptography passwords static-libraries