FIPS 140-3 policy cipher suite for Swarmauri
Project description
Swarmauri Cipher FIPS 140-3
Policy-enforcing cipher suite that restricts operations to NIST FIPS 140-3 validated algorithms and parameter settings.
Features
- Enforces RSA minimum modulus sizes, approved elliptic curves, and SHA hashes
- Provides FIPS-aligned defaults for AES-GCM, RSA-OAEP, and RSA-PSS operations
- Shares structured policy metadata so calling services understand enforced constraints
- Can be swapped with the JWA or COSE suites for tenants that require FIPS-only cryptography
Installation
pip
pip install swarmauri_cipher_suite_fips1403
Poetry
poetry add swarmauri_cipher_suite_fips1403
uv
To add the dependency to a pyproject.toml managed by uv:
uv add swarmauri_cipher_suite_fips1403
Or install it into the active environment:
uv pip install swarmauri_cipher_suite_fips1403
Usage
from swarmauri_cipher_suite_fips1403 import FipsCipherSuite
suite = FipsCipherSuite(name="fips-mode")
# Describe a compliant RSA-PSS signing request
descriptor = suite.normalize(op="sign", alg="PS256")
print(descriptor["params"]["saltBits"]) # -> 256 enforced default
print(descriptor["constraints"]["minKeyBits"]) # -> 2048 minimum RSA modulus
If an unsupported algorithm is requested, the suite raises ValueError
immediately, making it straightforward for upstream services to surface a
policy violation.
Entry Point
The suite registers under the swarmauri.cipher_suites entry point as
FipsCipherSuite.
Want to help?
If you want to contribute to swarmauri-sdk, read up on our guidelines for contributing that will help you get started.
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file swarmauri_cipher_suite_fips1403-0.11.0.dev2.tar.gz.
File metadata
- Download URL: swarmauri_cipher_suite_fips1403-0.11.0.dev2.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffca242731f068df7195923061121892f568bc9066d1dd74da1521eaf59d3814
|
|
| MD5 |
c92e846461bb930bdd0b1b7818539074
|
|
| BLAKE2b-256 |
0910d5ca4fa760c09d866e06cfa2d67a9093b77b0ee9cc8fa91d8188ab679363
|
File details
Details for the file swarmauri_cipher_suite_fips1403-0.11.0.dev2-py3-none-any.whl.
File metadata
- Download URL: swarmauri_cipher_suite_fips1403-0.11.0.dev2-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ca5f4b6f7f44c87f9d281e8da9f7c6a85e37216d56f994f4fd2433c0ea11fd5
|
|
| MD5 |
80ec73c29e439be6222e16064e0a9bce
|
|
| BLAKE2b-256 |
7aabf567ad4cc45ad715d16bc3ef3c38a43ae4a0cbd87a63ea054e572087b248
|