{ "info": { "author": "Michele Comitini", "author_email": "mcm@glisco.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Security :: Cryptography" ], "description": "pbkdf2_ctypes.py\n================\n\nA pbkdf2 implementation for python using ctypes.\n\nThis module implements pbkdf2 for Python using C libraries available on the system (OpenSSL-1+ or CommonCrypto).\n\nNote: This module is intended as a plugin replacement of pbkdf2.py (https://github.com/mitsuhiko/python-pbkdf2)\nby Armin Ronacher. There is no need to compile it so it should be usable on any system where OpenSSL 1.0.0+ or CommonCrypto (OS X)\nis installed.\n\nWhy?\n-------\n\nThe above stlib based implementation, although excellent, was worsening web2py (http://web2py.com) performance much more than needed\nfor doing just password hashing. After pondering different options, it was considered that there\nwould have been a good chance that a system with python shipping hashlib module, could also have OpenSSL installed\nfor dependency reasons.\nThe result is that using this module PKCS5 PBKDF2 hashing can be more than 20x times faster than using Armin's stdlib\nimplementation.\n\nCopyright :copyright: 2013: Michele Comitini\nLicense LGPLv3\n\nCHANGELOG\n----------------------\n[2018-06-15]\n * v0.99.5: Fix PyPi missing release files.\n\n[2013-09-24]\n * v0.99.4: better support for python2.5. Comply to PATH on Windows. \n Better OS detection on OS X.\n\n[2013-08-17]\n * v0.99.3: fixed main(). Prepended \"_\" to internal functions.\n * v0.99.2: added support for python3\n\n[2013-08-16]\n * preparing 0.99.1 to fix problems with pypi\n\n[2013-08-14]\n * added tests.py and prepared for distutils.\n\n[2013-08-08]\n * Update README.md\n\n[2013-08-05]\n\n[2013-07-31]\n * fixed OS X compatibility, should work also on iOS. Added arg type checks and conversions.\n\n[2013-07-29]\n * added support for common crypto hence hopefully OS X\n\n[2013-07-28]\n * missing () around exceptions\n * pep8\n * now uses ctypes magic to find library\n * added module\n * added module\n * Update README.md\n * Initial commit\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/michele-comitini/pbkdf2_ctypes/archive/0.99.5.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/michele-comitini/pbkdf2_ctypes", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pbkdf2-ctypes", "package_url": "https://pypi.org/project/pbkdf2-ctypes/", "platform": "", "project_url": "https://pypi.org/project/pbkdf2-ctypes/", "project_urls": { "Download": "https://github.com/michele-comitini/pbkdf2_ctypes/archive/0.99.5.zip", "Homepage": "https://github.com/michele-comitini/pbkdf2_ctypes" }, "release_url": "https://pypi.org/project/pbkdf2-ctypes/0.99.5/", "requires_dist": null, "requires_python": "", "summary": "Very fast implementation of pbkdf2.", "version": "0.99.5" }, "last_serial": 3964100, "releases": { "0.99": [ { "comment_text": "", "digests": { "md5": "02d100f9baa7a356ec211779b5afb61e", "sha256": "9f403e0141085878b02b6a59584e32a1ed678aeaa11d51d5c21f06a25f4cf6c1" }, "downloads": -1, "filename": "pbkdf2-ctypes-0.99.tar.gz", "has_sig": false, "md5_digest": "02d100f9baa7a356ec211779b5afb61e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3079, "upload_time": "2013-08-16T16:27:11", "url": "https://files.pythonhosted.org/packages/01/bf/9e818f9eba7653fb209a935df3aa66a9194de0cd90f57c36034408bba566/pbkdf2-ctypes-0.99.tar.gz" } ], "0.99.1": [ { "comment_text": "", "digests": { "md5": "e3f25139b822071c9081c04dee814c2c", "sha256": "b70604733dca65e3925c9fe99fd3958118854f43cbf7b42ca3d76dcb72011012" }, "downloads": -1, "filename": "pbkdf2-ctypes-0.99.1.tar.gz", "has_sig": false, "md5_digest": "e3f25139b822071c9081c04dee814c2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3213, "upload_time": "2013-08-16T20:37:29", "url": "https://files.pythonhosted.org/packages/e8/14/531ffd816b73b2d955cf07813dac0824f15d494625cde4327d6e5ce084b5/pbkdf2-ctypes-0.99.1.tar.gz" } ], "0.99.2": [ { "comment_text": "", "digests": { "md5": "37d8e80f99ecb2d445ac665b7d298587", "sha256": "fbdc9b0038239cbabee04c178533d0a7a241bdd0740c260e5e2446d37c6892e8" }, "downloads": -1, "filename": "pbkdf2-ctypes-0.99.2.tar.gz", "has_sig": false, "md5_digest": "37d8e80f99ecb2d445ac665b7d298587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3587, "upload_time": "2013-08-17T15:16:27", "url": "https://files.pythonhosted.org/packages/94/9b/be6f2445b7e8d6087ca4743d5b0e2dc1fadce7dd6413f188217e669237a4/pbkdf2-ctypes-0.99.2.tar.gz" } ], "0.99.3": [ { "comment_text": "", "digests": { "md5": "a1edc04d08d74e1d59b87866bb585555", "sha256": "747dc7a74a5f2126dc553f20151dd5fedf9cfe8a69aac4404ebe7731194898c4" }, "downloads": -1, "filename": "pbkdf2-ctypes-0.99.3.tar.gz", "has_sig": false, "md5_digest": "a1edc04d08d74e1d59b87866bb585555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3625, "upload_time": "2013-08-17T21:12:53", "url": "https://files.pythonhosted.org/packages/94/ef/530d4d6ddc2443d4ca6d374ec00eed1f3d8a0e9c3149cd6c1671a2445a13/pbkdf2-ctypes-0.99.3.tar.gz" } ], "0.99.4": [], "0.99.5": [ { "comment_text": "", "digests": { "md5": "da05e6fba8f15ea909542c022d29e33e", "sha256": "9824555ccba1add5cc7fac22c97cf5b5544e3571f0811021ca7a1cacd2303516" }, "downloads": -1, "filename": "pbkdf2_ctypes-0.99.5-py2-none-any.whl", "has_sig": true, "md5_digest": "da05e6fba8f15ea909542c022d29e33e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4213, "upload_time": "2018-06-15T09:36:21", "url": "https://files.pythonhosted.org/packages/37/9d/907de45868f157425ec6b8f67fcd5b137aa5bac95a0f9b906b7b490cca62/pbkdf2_ctypes-0.99.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7dc53ce695aa57dfd0e7107a90872fc1", "sha256": "6f60c0e98d29fcaf717c44a5bcd91db21710d2f07767f450b020770f537b79f9" }, "downloads": -1, "filename": "pbkdf2_ctypes-0.99.5-py3-none-any.whl", "has_sig": true, "md5_digest": "7dc53ce695aa57dfd0e7107a90872fc1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4210, "upload_time": "2018-06-15T09:36:29", "url": "https://files.pythonhosted.org/packages/02/9d/b92e5aa97d66d8f469b67b14d83c1228f07797156fdb7dddcac03bf1d67c/pbkdf2_ctypes-0.99.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "21cea8bb6b0d92dffe6f7d3a26b03c52", "sha256": "888a1d5fb2e04094a3f886ad970a58e6db96d30dbb41d295347b41fb1033a7d3" }, "downloads": -1, "filename": "pbkdf2-ctypes-0.99.5.tar.gz", "has_sig": true, "md5_digest": "21cea8bb6b0d92dffe6f7d3a26b03c52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7713, "upload_time": "2018-06-15T09:36:31", "url": "https://files.pythonhosted.org/packages/c5/12/96a5011cdc20922f6b9c68e52d0ab10c85d08058d3c4e45f5787c2c4e379/pbkdf2-ctypes-0.99.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da05e6fba8f15ea909542c022d29e33e", "sha256": "9824555ccba1add5cc7fac22c97cf5b5544e3571f0811021ca7a1cacd2303516" }, "downloads": -1, "filename": "pbkdf2_ctypes-0.99.5-py2-none-any.whl", "has_sig": true, "md5_digest": "da05e6fba8f15ea909542c022d29e33e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4213, "upload_time": "2018-06-15T09:36:21", "url": "https://files.pythonhosted.org/packages/37/9d/907de45868f157425ec6b8f67fcd5b137aa5bac95a0f9b906b7b490cca62/pbkdf2_ctypes-0.99.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7dc53ce695aa57dfd0e7107a90872fc1", "sha256": "6f60c0e98d29fcaf717c44a5bcd91db21710d2f07767f450b020770f537b79f9" }, "downloads": -1, "filename": "pbkdf2_ctypes-0.99.5-py3-none-any.whl", "has_sig": true, "md5_digest": "7dc53ce695aa57dfd0e7107a90872fc1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4210, "upload_time": "2018-06-15T09:36:29", "url": "https://files.pythonhosted.org/packages/02/9d/b92e5aa97d66d8f469b67b14d83c1228f07797156fdb7dddcac03bf1d67c/pbkdf2_ctypes-0.99.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "21cea8bb6b0d92dffe6f7d3a26b03c52", "sha256": "888a1d5fb2e04094a3f886ad970a58e6db96d30dbb41d295347b41fb1033a7d3" }, "downloads": -1, "filename": "pbkdf2-ctypes-0.99.5.tar.gz", "has_sig": true, "md5_digest": "21cea8bb6b0d92dffe6f7d3a26b03c52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7713, "upload_time": "2018-06-15T09:36:31", "url": "https://files.pythonhosted.org/packages/c5/12/96a5011cdc20922f6b9c68e52d0ab10c85d08058d3c4e45f5787c2c4e379/pbkdf2-ctypes-0.99.5.tar.gz" } ] }