| File | Date | Author | Commit |
|---|---|---|---|
| .DS_Store | 2025-08-03 |
|
[b48303] PQS :)) |
| .gitignore | 2025-08-03 |
|
[6af516] Initial commit |
| LICENSE | 2025-08-03 |
|
[b48303] PQS :)) |
| README.md | 2025-08-11 |
|
[59f893] Update README.md |
| pqs_cli.py | 2025-08-04 |
|
[04a51d] Update pqs_cli.py |
| pqs_core.py | 2025-08-11 |
|
[f0302e] Update pqs_core.py |
Petoron Quantum Standard (PQS)
A fully independent, self-contained encryption standard — built from the ground up with zero reliance on external cryptographic libraries, third-party hashes, or encodings.
What is PQS ?:))
Petoron Quantum Standard is a custom cryptographic engine designed for absolute offline file protection - minimalistic, auditable, and brutally transparent.
PQS File Structure:
VERSION (4B)
SALT (16B)
FAKEPAD_HEAD (8B)
TAG (16B)
ORIG_SIZE (4B)
CIPHERTEXT (n bytes)
FAKEPAD_TAIL (8B)
Every byte is placed with purpose:
Features:
Commands:
Example:
python3 pqs_cli.py encrypt test_eqs.txt test.pqs
Enter password
Done.
Example:
python3 pqs_cli.py decrypt test.pqs test_eqs.txt
Enter password
Done.
Failure Cases:
You can run it anywhere.
It doesn't talk to the internet. It doesn't log anything. It simply does what it says: encrypt and protect - with brutal transparency :))
Licensed under the PQS Fair Use License by Ivan Alekseev | Petoron