{ "info": { "author": "Tom Cocagne", "author_email": "tom.cocagne@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Security" ], "description": "\n\nThis package provides an implementation of the Secure Remote Password\nprotocol (SRP). SRP is a cryptographically strong authentication\nprotocol for password-based, mutual authentication over an insecure\nnetwork connection.\n\nUnlike other common challenge-response autentication protocols, such\nas Kerberos and SSL, SRP does not rely on an external infrastructure\nof trusted key servers or certificate management. Instead, SRP server\napplications use verification keys derived from each user's password\nto determine the authenticity of a network connection.\n\nSRP provides mutual-authentication in that successful authentication\nrequires both sides of the connection to have knowledge of the\nuser's password. If the client side lacks the user's password or the\nserver side lacks the proper verification key, the authentication will\nfail.\n\nUnlike SSL, SRP does not directly encrypt all data flowing through\nthe authenticated connection. However, successful authentication does\nresult in a cryptographically strong shared key that can be used\nfor symmetric-key encryption.\n\nFor a full description of the pysrp package and the SRP protocol,\nplease refer to the `srp module documentation`_.\n\n.. _`srp module documentation`: http://packages.python.org/srp\n\n", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/srp", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/pysrp/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "srp-ext", "package_url": "https://pypi.org/project/srp-ext/", "platform": "OS Independent", "project_url": "https://pypi.org/project/srp-ext/", "project_urls": { "Download": "http://pypi.python.org/pypi/srp", "Homepage": "http://code.google.com/p/pysrp/" }, "release_url": "https://pypi.org/project/srp-ext/1.0.7.1/", "requires_dist": null, "requires_python": "", "summary": "Secure Remote Password", "version": "1.0.7.1" }, "last_serial": 3028170, "releases": { "1.0.7": [ { "comment_text": "", "digests": { "md5": "20260d76f03ea8e01aa9b531a14b9a84", "sha256": "344547e0439c2bc30cf9ece66772661503613735ebfd3a92c282d71e64ed9c3d" }, "downloads": -1, "filename": "srp-ext-1.0.7.tar.gz", "has_sig": false, "md5_digest": "20260d76f03ea8e01aa9b531a14b9a84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19240, "upload_time": "2017-07-15T12:49:04", "url": "https://files.pythonhosted.org/packages/8c/0b/52565d0b26e4343a0235edd8d4c1a9ddf2082e5531b4c4014b61a59edfd0/srp-ext-1.0.7.tar.gz" } ], "1.0.7.1": [ { "comment_text": "", "digests": { "md5": "308f4758319dd9761de5ee71a7240b07", "sha256": "34c0aff6262bd7197803bb94e68dff2519d5e46bb3017266201dde805dd0211b" }, "downloads": -1, "filename": "srp-ext-1.0.7.1.tar.gz", "has_sig": false, "md5_digest": "308f4758319dd9761de5ee71a7240b07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19309, "upload_time": "2017-07-17T09:18:39", "url": "https://files.pythonhosted.org/packages/92/07/9776165ccc5e1140f5322d51141bcebc5b251ef3d53c82c68c9844e839ee/srp-ext-1.0.7.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "308f4758319dd9761de5ee71a7240b07", "sha256": "34c0aff6262bd7197803bb94e68dff2519d5e46bb3017266201dde805dd0211b" }, "downloads": -1, "filename": "srp-ext-1.0.7.1.tar.gz", "has_sig": false, "md5_digest": "308f4758319dd9761de5ee71a7240b07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19309, "upload_time": "2017-07-17T09:18:39", "url": "https://files.pythonhosted.org/packages/92/07/9776165ccc5e1140f5322d51141bcebc5b251ef3d53c82c68c9844e839ee/srp-ext-1.0.7.1.tar.gz" } ] }