R&D BioTech Alaska / Security systems

QSecPhysics-grounded security with evidence that can be checked.

QSec is an open-source security and evidence layer for classical, quantum, and AI systems. It keeps execution identity, authorization, quantum state, calibration, entropy, and evidence history under an independent acceptance policy.

Current releaseQSec 0.5.0
Validation Run 50 passed
RuntimePython 3.10+ / C++17 core
LicenseMIT open source

Control plane

The runtime provides evidence. QSec decides whether it is acceptable.

The system requesting work, the worker performing it, and the policy accepting it remain separate. A worker cannot promote its own result.

  1. 01Bind request

    Identity, nonce, policy, parent digest

  2. 02Authorize

    Exact capability and resource envelope

  3. 03Execute isolated

    Independent or structured workers

  4. 04Verify

    Physics, agreement, probes, limits

  5. 05Issue receipt

    Accepted record or fail-closed result

Evidence path

Inspect what changes at each verification layer.

Request and authority

The calculation is identified before its result is trusted.

QSec binds the request identity, one-time nonce, policy digest, parent evidence digest, runtime identity, and declared resource envelope. A valid-looking answer cannot substitute for the approved request.

  1. 01

    Consume the nonce through the durable SQLite replay guard.

  2. 02

    Match package, native runtime, ABI, policy, and artifact identity.

  3. 03

    Reject a result whose request digest differs from the issued request.

Input
Canonical request
Authority
QSec policy
Failure mode
Fail closed

Two evidence ranges

Full reconstruction where bounded. Exact structural evidence where wider.

Bounded cross-code

Complete state agreement through 12 qubits.

Independent Python and C++17 workers reconstruct the full state and compare phase-sensitive commitments. QSA may join as a third worker, but it receives no QSec policy or replay authority.

  • Full amplitude reconstruction
  • Relative-phase mutations detected
  • Default unanimous acceptance
Structured QSA

Bound evidence through 64 logical qubits.

QSec verifies QSA identity, exact adaptive structure, QSC persistence, marginals, probes, validation, and resource use without enumerating every amplitude or claiming arbitrary-state compression.

  • Exact supported structure
  • Nonce-derived capability challenges
  • Version and memory gates fail closed

Published QSA 0.2 evidence

Measured repository demonstrations, not projected figures.

Validation run 50
01

Structured state

50-qubit GHZ

QSA state
5,568 B
Dense equivalent
16 PiB
Measured reduction
3.235 trillion x

QSC round trip, all marginals, exact probes, native validation

02

Grover challenge

60 qubits

QSA state
96 B
Dense equivalent
16 EiB
Measured reduction
192.15 quadrillion x

843,314,856 optimal iterations and analytic amplitude checks

03

Symmetry challenge

60 qubits / 61 classes

QSA state
1,592 B
Dense equivalent
16 EiB
Measured reduction
11.58 quadrillion x

Every class size, phase, amplitude, probability, and membership probe

Trust planes

Security is divided by the evidence each failure requires.

01

Identity

Approved software, model, compiler, backend, policy, pulse, and named artifacts are fingerprinted.

02

Authorization

The exact request must be permitted by the active policy and parent evidence state.

03

Execution

Circuit manifests, operation order, parameters, and control schedules remain bound to the request.

04

Quantum evidence

Physical validity, phase-sensitive agreement, structured state evidence, and challenge results stay separate.

05

Calibration

T1, T2, detuning, readout, reset, gate error, pulse, and thermal evidence are checked against policy.

06

Entropy

Byte distribution, bit balance, serial correlation, repeated values, and a bounded min-entropy estimate are monitored.

07

Cryptographic transition

Source and configuration trees are inventoried for quantum-vulnerable and post-quantum algorithms.

08

Evidence history

Canonical records are chained so alteration can be detected relative to a retained trusted root.

Security boundary

QSec strengthens evidence. It does not replace the systems around it.

QSec is a control plane around cryptography, hardware identity, quantum runtimes, endpoint security, and AI automation. Production strength still depends on trustworthy telemetry, protected keys, external anchors, and the host beneath the workers.

Public record

Review the implementation, architecture, and validation evidence.