BCrypt的主要C / C ++库是什么?

Jus*_*ber 5 encryption passwords openssl cryptography static-libraries

当前使用BCrypt的主要C / C ++库是什么?

OpenSSL真的不支持bcrypt吗?我还没有在它的加密库中找到任何东西。

Ale*_*ecz 3

好吧,我在 Openwall 的实现上找到了这个 C 包装器: https: //github.com/rg3/bcrypt

它应该使它更容易使用它。