Password Salt / Hashing with bcrypt

So, I was trying to find a library to salt / hash my passwords using the bcrypt algorithm, but it can't seem to find a well-documented library. Any recommendations?

0
source share
2 answers

This is the standard implementation for C:

http://www.openwall.com/crypt/

PostgreSQL and many others use this open source implementation.

+1
source

, . . OpenSSL/Botan/Crypto ++/libsodium - , . . , bcrypt_check, . , /.

0

Source: https://habr.com/ru/post/1661359/


All Articles