密码Salting /散列与bcrypt [英] Password Salting/Hashing with bcrypt

查看:187
本文介绍了密码Salting /散列与bcrypt的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我一直在试图找到一个图书馆来使用bcrypt算法来加密/散列我的密码,但似乎无法找到一个有据可查的图书馆。任何建议?

解决方案

这是C的标准实现: b
$ b

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



PostgreSQL和其他许多人使用这个开源实现。


So i've been trying to find a library to salt/hash my passwords using bcrypt algorithm but can't seem to find a well documented library. Any recommendations ?

解决方案

This is the standard implementation for C:

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

PostgreSQL and many others use this open-source implementation.

这篇关于密码Salting /散列与bcrypt的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆