A simple implementation of short authentication strings
Project description
Short authentication strings for Python
This package implements rendering of short authenticated strings, which you can use in your application after an unauthenticated exchange such as a Diffie-Hellman process.
The usual way in which this works is, both sides of the exchange display (hopefully) the same sequence based on the shared key (or a derivative of it), indicating that the shared key is, in fact, shared and has not been tampered with by an active man in the middle.
Here is a sample from a Python REPL:
>>> from shortauthstrings import emoji
>>> print(emoji(bytes([4,88,75,34,99,124])))
🍋 🍧 🍝 🌰 🍮 🦝
>>>
A ready-to-go module to perform Diffie-Hellman key agreement can be found in the blindecdh repository.
See module for more documentation.
This package is distributed under the GNU Lesser General Public License v2.1. For relicensing, contact the package author.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file shortauthstrings-0.1.8.tar.gz
.
File metadata
- Download URL: shortauthstrings-0.1.8.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d1ccbdd0da898fba92a59647847e3462ea17b050fc975ef188e8045c1d809e6 |
|
MD5 | c6d1ef95bd673b58b2c6ac0608df10c8 |
|
BLAKE2b-256 | b311c00de381eb5aa9148726be8659ce9f46f3ed4e12a1b324370cb8fdfcd1d6 |