Say that Fractum splits the AES key, not the file (#49) - #35
Closed
WhiteStarSupreme wants to merge 10 commits into
Closed
Say that Fractum splits the AES key, not the file (#49)#35WhiteStarSupreme wants to merge 10 commits into
WhiteStarSupreme wants to merge 10 commits into
Conversation
* fix(arch): unify encrypt path via FileEncryptor, fix test suite (N3) * fix(crypto): remove plaintext hash (C1), bind metadata as AAD (C2), key as bytearray (M4) * fix(supply-chain): pin installers with SHA-256 (H1), pin GH Actions by digest (H2), pin Docker image (H3) * fix(fs): chmod 750 (M1), non-root test user (M2), secure zip cleanup (N2), no-overwrite on decrypt (N4) * fix(robustness): verify share hash (L5), fix fallback set_id filtering (N5), narrow _read_metadata except (L8), os.urandom RNG (L6) * fix(opsec): minimal share metadata by default (N10), package integrity verification (M6) * fix(interactive): repair interactive mode broken by N10 minimal share format * refactor: remove dead code — verify_shares, save_share, secure_string (batch 2) * refactor: cohérence, optimisations et fix version check (batch 3) * security: secure memory hardening — mlock, SecureContext, shares clearing (batch 4) * test: add coverage for error messages, OS simulation, and UX modes * test: add edge-case error coverage * test: add deterministic file corruption coverag * test(memory): add memory security test suite * Add realistic test fixtures and cross-platform test fixes * test: fix fuzzing hash field, add edge-case roundtrip and bootstrap syntax checks * fix(cli): make --label optional, drop redundant manual-shares prompt * test: move fixture-based suites to fractum-tests, drop legacy compat tests * fix(ci): patch zizmor findings in release.yml, anchor gitignore/dockerignore globs * fix(tests): force UTF-8 stdout on Windows in run_tests.py * apply ruff format to src/, sync .gitignore * feat: add --bundle-encrypted, tests, release process and docs edited * fix(cli): complete truncated except clause in collect_manual_shares * fix: patch v1.4.1 blockers — offline build, arm64 wheel, version check (M5), zip bomb (L4), label messaging (#32) * ci: trigger CodeQL workflow on WhiteStarSupreme/misc-sec-improvements-pt1 branch * ci: point CodeQL workflow at dev/main instead of a feature branch ---------
WhiteStarSupreme
force-pushed
the
WhiteStarSupreme/fix-key-splitting-wording
branch
from
August 19, 2026 12:54
b5c51d2 to
cdaa028
Compare
Collaborator
Author
|
Doublon de #36, qui vise |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #49 for the README.