Name | srp JSON |
Version |
1.0.22
JSON |
| download |
home_page | https://github.com/cocagne/pysrp |
Summary | Secure Remote Password |
upload_time | 2024-11-01 21:52:54 |
maintainer | None |
docs_url | https://pythonhosted.org/srp/ |
author | Tom Cocagne |
requires_python | None |
license | MIT |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
This package provides an implementation of the Secure Remote Password
protocol (SRP). SRP is a cryptographically strong authentication
protocol for password-based, mutual authentication over an insecure
network connection.
Unlike other common challenge-response autentication protocols, such
as Kerberos and SSL, SRP does not rely on an external infrastructure
of trusted key servers or certificate management. Instead, SRP server
applications use verification keys derived from each user's password
to determine the authenticity of a network connection.
SRP provides mutual-authentication in that successful authentication
requires both sides of the connection to have knowledge of the
user's password. If the client side lacks the user's password or the
server side lacks the proper verification key, the authentication will
fail.
Unlike SSL, SRP does not directly encrypt all data flowing through
the authenticated connection. However, successful authentication does
result in a cryptographically strong shared key that can be used
for symmetric-key encryption.
For a full description of the pysrp package and the SRP protocol,
please refer to the `srp module documentation`_.
.. _`srp module documentation`: http://packages.python.org/srp
Raw data
{
"_id": null,
"home_page": "https://github.com/cocagne/pysrp",
"name": "srp",
"maintainer": null,
"docs_url": "https://pythonhosted.org/srp/",
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Tom Cocagne",
"author_email": "tom.cocagne@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/8d/fb/9210875dd162d3977580407b1c5ce6e779e770b8197a0de76819144a9755/srp-1.0.22.tar.gz",
"platform": "OS Independent",
"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",
"bugtrack_url": null,
"license": "MIT",
"summary": "Secure Remote Password",
"version": "1.0.22",
"project_urls": {
"Download": "http://pypi.python.org/pypi/srp",
"Homepage": "https://github.com/cocagne/pysrp"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "89755352c3ebd26e7d119042ae8de07354435a19c77fa2b44058fa97a1416783",
"md5": "534b4e51b77a21099babb9033aabf010",
"sha256": "35aa8af053285a35683eb37182dcb2e46dbd85c7075d28e139f200d6bf16ea43"
},
"downloads": -1,
"filename": "srp-1.0.22-py3-none-any.whl",
"has_sig": false,
"md5_digest": "534b4e51b77a21099babb9033aabf010",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25347,
"upload_time": "2024-11-01T21:52:53",
"upload_time_iso_8601": "2024-11-01T21:52:53.021878Z",
"url": "https://files.pythonhosted.org/packages/89/75/5352c3ebd26e7d119042ae8de07354435a19c77fa2b44058fa97a1416783/srp-1.0.22-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8dfb9210875dd162d3977580407b1c5ce6e779e770b8197a0de76819144a9755",
"md5": "49b2f0e9675827c5d0f8bb8bdcf4f76b",
"sha256": "f330d0ec7387e2ac8577487b164963155d4a031bca6e2024f1b0930eb92baa5d"
},
"downloads": -1,
"filename": "srp-1.0.22.tar.gz",
"has_sig": false,
"md5_digest": "49b2f0e9675827c5d0f8bb8bdcf4f76b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22472,
"upload_time": "2024-11-01T21:52:54",
"upload_time_iso_8601": "2024-11-01T21:52:54.006162Z",
"url": "https://files.pythonhosted.org/packages/8d/fb/9210875dd162d3977580407b1c5ce6e779e770b8197a0de76819144a9755/srp-1.0.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-01 21:52:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cocagne",
"github_project": "pysrp",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "srp"
}