Version: 4.0.1, Package name: py-bcrypt-4.0.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description 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 Mazieres. 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 is parametised, so it can be increased as computers get faster. The intent is to make a compromise of a password database less likely to result in an attacker gaining knowledge of the plaintext passwords (e.g. using John the Ripper). |
Filesize: 18.419 KB |
Version History (View Complete History) |
|
2021-11-01 18:02:24 by Stuart Henderson | Files touched by this commit (121) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-09-08 01:19:52 by Stuart Henderson | Files touched by this commit (5) |
Log message: now that py-paramiko is py3-only, we can update py-bcrypt to 3.2.0 which no longer supports py2. |
2021-05-21 13:50:39 by Kurt Mosiejczuk | Files touched by this commit (326) |
Log message: Bump the REVISION on all ports that use the python2 version of py-setuptools. Also change the lang/python module to use the new devel/py2-setuptools for python2 ports ok sthen@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-02-03 13:40:41 by Stuart Henderson | Files touched by this commit (69) |
Log message: drop maintainer |
2019-06-20 08:05:34 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-bcrypt 3.1.7, basically a noop for us |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-01-19 08:50:39 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-bcrypt 3.1.6 |
2018-12-20 10:31:21 by Mark Lumsden | Files touched by this commit (2) |
Log message: update to py-bcrypt-3.1.5 and add testing to Makefile. ok sthen@ |
2018-02-27 14:47:39 by Marc Espie | Files touched by this commit (36) |
Log message: remove traces of utf8 encoding in pkg/DESCR bump accordingly |
2017-03-17 02:35:27 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-bcrypt-3.1.3 |
2017-02-07 07:45:07 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-bcrypt-3.1.2 |
2017-01-03 12:26:14 by Landry Breuil | Files touched by this commit (15) |
Log message: bump ports depending on python3 in security |
2016-10-29 12:25:56 by Daniel Jakots | Files touched by this commit (4) |
Log message: Unbreak after py-setuptools update. This makes use of MODPY_ABI_TAG ok sthen@ |
2016-10-11 07:57:08 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-bcrypt-3.1.1 |
2016-07-01 09:28:44 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to py-bcrypt-3.1.0 |
2016-01-15 12:58:25 by Stuart Henderson | Files touched by this commit (1) |
Log message: BUILD_DEPENDS=${RUN_DEPENDS}, breakage found by kili |
2016-01-15 05:34:14 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to py-bcrypt-2.0.0 (maybe a different codebase or fork; anyway it supports $2b$ which the in-tree version doesn't) and take maintainer |
2015-09-29 04:52:35 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for setuptools dep change. |