{ "info": { "author": "Dumbwaiter Design", "author_email": "dev@dwaiter.com", "bugtrack_url": null, "classifiers": [], "description": "django-bcrypt\n=============\n\n`You should be using bcrypt`_.\n\n.. _You should be using bcrypt:\n http://codahale.com/how-to-safely-store-a-password/\n\ndjango-bcrypt makes it easy to use bcrypt to hash passwords with Django.\n\n\nInstallation and Usage\n----------------------\n\nInstall the package with `pip`_ and `Mercurial`_ or `git`_::\n\n pip install -e hg+http://bitbucket.org/dwaiter/django-bcrypt#egg=django-bcrypt\n \n # or ...\n \n pip install -e git://github.com/dwaiter/django-bcrypt.git#egg=django-bcrypt\n\n.. _pip: http://pip.openplans.org/\n.. _Mercurial: http://hg-scm.org/\n.. _git: http://git-scm.com/\n\nAdd ``django_bcrypt`` to your ``INSTALLED_APPS``.\n\nThat's it.\n\nAny new passwords set will be hashed with bcrypt. Old passwords will still\nwork fine.\n\n\nConfiguration\n-------------\n\nYou can set ``BCRYPT_ROUNDS`` in ``settings.py`` to change the number of\nrounds django-bcrypt uses. The default is ``12``.\n\nYou can change the number of rounds without breaking already-hashed passwords.\nNew passwords will use the new number of rounds, and old ones will use the old\nnumber.\n\n\nAcknowledgements\n----------------\n\nThis is pretty much a packaged-up version of `this blog post`_ for easier\nuse.\n\nIt also depends on the `py-bcrypt`_ library.\n\n.. _this blog post:\n http://kfalck.net/2010/12/27/blogi-linodessa-ja-bcrypt-kaytossa\n\n.. _py-bcrypt:\n http://www.mindrot.org/projects/py-bcrypt/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/dwaiter/django-bcrypt/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-bcrypt", "package_url": "https://pypi.org/project/django-bcrypt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bcrypt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/dwaiter/django-bcrypt/" }, "release_url": "https://pypi.org/project/django-bcrypt/0.9.2/", "requires_dist": null, "requires_python": null, "summary": "Make Django use bcrypt for hashing passwords.", "version": "0.9.2" }, "last_serial": 703159, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "b601922c6b5ab5f2ea86a092cb12f88a", "sha256": "4143127ef1932c3ae925aeec7e6ab20fd182a3fde1ed944453cef1979f7b0dd8" }, "downloads": -1, "filename": "django-bcrypt-0.9.0.tar.gz", "has_sig": false, "md5_digest": "b601922c6b5ab5f2ea86a092cb12f88a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1220, "upload_time": "2011-03-11T18:04:03", "url": "https://files.pythonhosted.org/packages/6d/94/4588048e3f212e42aa313d62b0f28547f9ef79ead1129da4cfe224b89056/django-bcrypt-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "6a7b25e89765508048161334ea142ffb", "sha256": "8c2c6146587a7a21940b319ed71bbe71f1b48d428c0d219c907214beed8515b0" }, "downloads": -1, "filename": "django-bcrypt-0.9.1.tar.gz", "has_sig": false, "md5_digest": "6a7b25e89765508048161334ea142ffb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4031, "upload_time": "2011-03-14T23:56:51", "url": "https://files.pythonhosted.org/packages/6f/d2/735c2c328ab239000b4b12da78abb7ac4c4698eea1adaa0f5ddcb6f92cae/django-bcrypt-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "3ea23874c4a82e1e21ad5043bb3eb1e3", "sha256": "78998fc296232df1c4f61143b06460c0d1fff6f1e4e7a9e41aabad8a6fe3d751" }, "downloads": -1, "filename": "django-bcrypt-0.9.2.tar.gz", "has_sig": false, "md5_digest": "3ea23874c4a82e1e21ad5043bb3eb1e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4042, "upload_time": "2011-03-15T00:08:22", "url": "https://files.pythonhosted.org/packages/22/05/c18aa9c41fc6efec2cc1662e0f6bb0fb81a7bbf52d14f392b661e28c9464/django-bcrypt-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ea23874c4a82e1e21ad5043bb3eb1e3", "sha256": "78998fc296232df1c4f61143b06460c0d1fff6f1e4e7a9e41aabad8a6fe3d751" }, "downloads": -1, "filename": "django-bcrypt-0.9.2.tar.gz", "has_sig": false, "md5_digest": "3ea23874c4a82e1e21ad5043bb3eb1e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4042, "upload_time": "2011-03-15T00:08:22", "url": "https://files.pythonhosted.org/packages/22/05/c18aa9c41fc6efec2cc1662e0f6bb0fb81a7bbf52d14f392b661e28c9464/django-bcrypt-0.9.2.tar.gz" } ] }