Skip to main content

Take your security to the next level!

Project description


PyPI version PyPI downloads CI Release CodeQL License Discord

BASEFWX is a hybrid post-quantum + AEAD encryption toolkit for files and media, with cross-compatible Python, C++, and Java implementations.

It provides:

  • ML-KEM-768 master key wrapping (optional) and AES-GCM payload protection
  • Password-based encryption with Argon2id or PBKDF2
  • fwxAES file encryption with optional normalize wrapper
  • Packetized live fwxAES stream API for transport-agnostic real-time pipelines
  • b512/pb512 reversible encodings and file modes
  • kFM carrier codecs (auto media/audio encode + strict carrier decode)
  • jMG media cipher for images/audio with metadata control (archive_original toggle). Video path is temporarily disabled in Python unless BASEFWX_ENABLE_JMG_VIDEO=1.
  • C++ library and CLI with Python/C++/Java format parity
  • Java (JVM) library and CLI for cross-compatible fwxAES/b512/pb512/b256/jMG/kFM

Quick Start

pip install basefwx
python -m basefwx cryptin aes-light file.bin -p "password" --strip
python -m basefwx cryptin aes-light file.bin.fwx -p "password"
python -m basefwx n10-enc "hello"
python -m basefwx n10-dec "<digits>"
python -m basefwx kFMe photo.png -o photo.wav            # image/media -> audio carrier
python -m basefwx kFMe track.mp3 -o track.png --bw       # audio -> image carrier
python -m basefwx kFMd photo.wav -o photo-restored.png   # strict decode
python -m basefwx kFMd track.png -o track-restored.mp3
python -m basefwx cryptin fwxaes video.mp4 -p "password"            # Python default: no-archive
python -m basefwx cryptin fwxaes video.mp4 -p "password" --archive  # exact-restore trailer

Notes:

  • kFMd only decodes BaseFWX carriers; it refuses plain WAV/PNG/MP3/M4A files.
  • kFAe / kFAd remain available as deprecated aliases to kFMe / kFMd.
  • Release support policy is single-version: only the latest release is maintained; all older releases are immediately unsupported.
  • Optional kFM/kFA acceleration:
    • BASEFWX_KFM_ACCEL=auto|cuda|cpu (default auto)
    • BASEFWX_KFM_ACCEL_MIN_BYTES=<bytes> (default 1048576, auto mode threshold)
  • CLI progress now includes live system telemetry (CPU/GPU/RAM/I/O/TEMP when available). Disable with BASEFWX_PROGRESS_TELEMETRY=0.
  • Python n10 was optimized for large payloads, but compiled runtimes (C++/Java) are still expected to benchmark faster for very large text workloads.

Python API quick refs:

from basefwx import n10encode, n10decode, n10encode_bytes, n10decode_bytes
from basefwx import kFMe, kFMd
from basefwx import LiveEncryptor, LiveDecryptor, jMGe, jMGd

digits = n10encode("hello")
text = n10decode(digits)
blob_digits = n10encode_bytes(b"\x00\x01\x02")
blob = n10decode_bytes(blob_digits)

carrier = kFMe("input.mp3", output="input.png", bw_mode=True)
restored = kFMd("input.png", output="restored.mp3")

# jMG Python default is no-archive (smaller, non-byte-identical restore)
jMGe("clip.m4a", "password", output="clip.small.m4a")
jMGe("cover.png", "password", output="cover.exact.png", archive_original=True)
jMGd("clip.small.m4a", "password", output="clip.out.m4a")

# Live packetized stream encryption/decryption
enc = LiveEncryptor("password", use_master=False)
dec = LiveDecryptor("password", use_master=False)
wire = [enc.start(), enc.update(b"chunk-1"), enc.update(b"chunk-2"), enc.finalize()]
plain_chunks = []
for packet in wire:
    plain_chunks.extend(dec.update(packet))
dec.finalize()

# ffmpeg pipe helpers for live media transport
from basefwx import fwxAES_live_encrypt_ffmpeg, fwxAES_live_decrypt_ffmpeg
fwxAES_live_encrypt_ffmpeg(
    ["ffmpeg", "-hide_banner", "-loglevel", "error", "-i", "input.m4a", "-f", "matroska", "-c", "copy", "-"],
    "stream.live.fwx",
    "password",
    use_master=False,
)
fwxAES_live_decrypt_ffmpeg(
    "stream.live.fwx",
    ["ffmpeg", "-hide_banner", "-loglevel", "error", "-y", "-f", "matroska", "-i", "-", "-c", "copy", "restored.mkv"],
    "password",
    use_master=False,
)

Hardware acceleration (Python jMG):

  • BASEFWX_HWACCEL=auto (default), nvenc, qsv, vaapi, or off
  • BASEFWX_HWACCEL_STRICT=1 to fail instead of CPU fallback when requested accel is unavailable

Optional extras:

pip install basefwx[argon2]

Documentation

License

See https://basefwx.fixcraft.jp/LICENCE.

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

basefwx-3.6.4.tar.gz (110.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

basefwx-3.6.4-py3-none-any.whl (112.3 kB view details)

Uploaded Python 3

File details

Details for the file basefwx-3.6.4.tar.gz.

File metadata

  • Download URL: basefwx-3.6.4.tar.gz
  • Upload date:
  • Size: 110.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for basefwx-3.6.4.tar.gz
Algorithm Hash digest
SHA256 fb23231151670db1840e6ea093ee6acbbb0692a59bd521ffd9518759c958a50a
MD5 b49788d75bc8c6827981e40ea8db14fa
BLAKE2b-256 2b90a038d418b6ea7872e90c4af26ab75c908a10205685429c28e464b09a3676

See more details on using hashes here.

File details

Details for the file basefwx-3.6.4-py3-none-any.whl.

File metadata

  • Download URL: basefwx-3.6.4-py3-none-any.whl
  • Upload date:
  • Size: 112.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for basefwx-3.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 81a1bd7b16c0b350389e8522c9db8b0f7ca358cdef47b4e88f4b0d18bb1d10f6
MD5 c8b78f4483fd23f615298d5237b79bb4
BLAKE2b-256 9c15fc32459f76ed3a3e6f36bd84c4f4869c5dad08d9f479e7e91f5c45d96797

See more details on using hashes here.

Supported by

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