A general AES-GCM en-/decryption utility with support for additional data (AEAD) and tweaks to work with the passwords encrypted by S&P Global's Xpressfeed applications, which use this algorithm
Project description
AES-GCM en-/decryption, with AEAD and support for Xpressfeed passwords
This package's aim is to be able to handle general AES-GCM encryption and decryption, while still providing the constants and functionality required to inter-operate with S&P Global's Xpressfeed applications, as they use the same algorithm.
In essence, this package should be capable of producing and reading the same ciphertexts as the Xpressfeed applications.
Installing
First, ensure you are installing into a virtual environment:
python3 -m venv venv
source ./venv/bin/activate
pip install --upgrade pip
Then use pip
to install this package and its dependencies:
pip install -v \
--upgrade --force-reinstall \
xf-aes-gcm
There may be more recent, or beta, packages in the Test PyPI repository. To obtain one of these packages add the option
--extra-index-url https://test.pypi.org/simple/
to the above command.
Command-line usage
xf-aes-gcm
[-h|--help] [-v|--version]
____________ [-k KEY] [-i IV] [-t TAG_LEN] [-f [F]] [-a AAD]
____________ [--no-verify] [{ENC,DEC}]
Use xf-aes-gcm
-h
to bring up more details on these options and their default values, as well as several examples of how to use this package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file xf_aes_gcm-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: xf_aes_gcm-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd4abf8488025e9a72f449449cce1523e7bb8c3ec18f4da5ac8a55de135e0315 |
|
MD5 | 0545169efc1a0bc3016d6ceb65d1614b |
|
BLAKE2b-256 | 5189cba3b4a153d7b4e4b3ab99da7a5a887df3073a624c76828add9b4db1598b |