Petoron Quantum Standard (PQS) v1.2
A fully custom, offline encryption standard - built entirely from scratch.
PQS v1.2 is a minimalistic, self-contained encryption engine for secure file protection, with zero reliance on external cryptographic libraries.
PBKDF2-HMAC-SHA256 (200k iterations, adjustable) for password hardening.
Key separation via BLAKE2s - independent keys for encryption and MAC.
BLAKE2s-MAC authentication - 16-byte tag, any modification = instant rejection.
Streaming keystream generator - secure, large-scale XOR without key reuse.
Fake padding (HEAD/TAIL) - obfuscates binary boundaries and payload structure.
Precise size encoding - restores original payload exactly.
Supports files up to 128 MB per encrypted block.
No dependencies, fully offline, cross-platform Python implementation.
PQS is designed for high-assurance security, full auditability, and deterministic offline use - without unnecessary complexity.
https://github.com/01alekseev/PQS
Downloads:
0 This Week
Linux
Mac
Windows