发新话题
打印

[转载]a Python wrapper of OpenBSD's Blowfish password hashing code

[转载]a Python wrapper of OpenBSD's Blowfish password hashing code

信息来源:http://www.mindrot.org/py-bcrypt.html

py-bcrypt is a Python wrapper of OpenBSD's Blowfish password hashing code, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazières. This system hashes passwords using a version of Bruce Schneier's Blowfish block cipher with modifications designed to raise the cost of off-line password cracking and frustrate fast hardware implementation. The computation cost of the algorithm depends on a parameter, so it can be increased as computers get faster.

附件

py-bcrypt-0.1.tar.gz (60 KB)

2006-6-6 23:47, 下载次数: 106

曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

发新话题