Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

xf_aes_gcm-1.0.0-py3-none-any.whl (20.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page