summaryrefslogtreecommitdiff
path: root/src/bcrypt/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Drop six dependency (#225)Eugene2020-08-171-10/+6
* add: type hints to top level functions (#218)Steve Dignam2020-08-131-6/+12
* Paint it Black by the Rolling Stones (#208)Alex Gaynor2020-07-231-13/+34
* Use a relative import. (#147)David Manthey2018-07-121-2/+1
* put a stacklevel on this warning (#136)Alex Gaynor2017-12-041-1/+3
* Fixed #122 -- added checkpw to __all__ so it shows up in docs (#123)Alex Gaynor2017-08-261-1/+1
* Warn upon too few bcrypt.kdf() rounds (#104)Luc Gommans2017-01-211-1/+12
* Fix "invalid escape sequence" warnings on Python 3.6 (#98)Tim Graham2016-12-081-1/+1
* Correctly handle invalid hashed passwords in bcrypt.checkpw. (#95)Alex Gaynor2016-10-021-0/+3
* we should use the right type for our buffers. fixes a cffi warning (#92)Paul Kehrer2016-09-171-2/+2
* Inputing a 2y salt should output a 2y hash (#84)Donald Stufft2016-06-301-9/+14
* Restore compatibility with 2.0.0's fix for wraparound bug (#81)Paul Kehrer2016-06-301-0/+8
* Add checkpw (#76)Paul Kehrer2016-06-291-0/+18
* Add bcrypt pbkdf support (#70)Paul Kehrer2016-06-271-1/+28
* Convert bcrypt to use OpenBSD code (#68)Paul Kehrer2016-06-271-9/+19
* Add prefix option to gensalt() - default to "2b"jazzyb2015-06-121-2/+5
* Migrate to using CFFI 1.0Donald Stufft2015-06-111-0/+65