JuCrypt is an experimental symmetric cipher where the encryption key is a piece of text you write which can be a story, a sentence, a memory or maybe something else?
2
stars
9
commits
Python
primary language
Mar 31, 2026
updated
Where your security is on your hand. We entrust "No one deserves the right to interrupt or spy your secrets"
STORY2 (Ju's Story) is an experimental symmetric cipher where the encryption key is a piece of text you write — a story, a sentence, a memory. The longer and more unique your story, the stronger your encryption.
It is built on a Substitution-Permutation Network (SPN), the same family of designs as AES but does not use premute and row shifts. STORY2 is designed for educational use, personal projects, and cryptography research. It is not a replacement for AES-GCM or ChaCha20-Poly1305 in production systems yet. A research paper of this project is also available at DOI : 10.31224/6477 where we stated how we built this cipher. We request you to read our paper at first before you are testing our work.
STORY is an educational and research cipher. It has not undergone formal cryptanalysis or peer review. Do not use it to protect sensitive personal data, financial records, medical information, or anything requiring compliance (HIPAA, GDPR, FIPS 140-2, etc.).
For production security needs, use AES-GCM or ChaCha20-Poly1305 via the
cryptographylibrary.
pip install jucrypt
Requires Python 3.10 or higher. No external dependencies — pure standard library. Unless you are testing. For testing please install the optional dependencies.
Contributions are welcome, especially:
Please open an issue before submitting a large pull request. If you wish to submit some confidential results of story, please reach me out via mail rather than opening an issue for a smoother conversation.
Apache 2.0 License — see LICENSE for details.
9 commits
Python
89.8%
C
7.9%
TeX
2.3%
JuCrypt is an experimental symmetric cipher where the encryption key is a piece of text you write which can be a story, a sentence, a memory or maybe something else?
2
stars
9
commits
Python
primary language
Mar 31, 2026
updated
Where your security is on your hand. We entrust "No one deserves the right to interrupt or spy your secrets"
STORY2 (Ju's Story) is an experimental symmetric cipher where the encryption key is a piece of text you write — a story, a sentence, a memory. The longer and more unique your story, the stronger your encryption.
It is built on a Substitution-Permutation Network (SPN), the same family of designs as AES but does not use premute and row shifts. STORY2 is designed for educational use, personal projects, and cryptography research. It is not a replacement for AES-GCM or ChaCha20-Poly1305 in production systems yet. A research paper of this project is also available at DOI : 10.31224/6477 where we stated how we built this cipher. We request you to read our paper at first before you are testing our work.
STORY is an educational and research cipher. It has not undergone formal cryptanalysis or peer review. Do not use it to protect sensitive personal data, financial records, medical information, or anything requiring compliance (HIPAA, GDPR, FIPS 140-2, etc.).
For production security needs, use AES-GCM or ChaCha20-Poly1305 via the
cryptographylibrary.
pip install jucrypt
Requires Python 3.10 or higher. No external dependencies — pure standard library. Unless you are testing. For testing please install the optional dependencies.
Contributions are welcome, especially:
Please open an issue before submitting a large pull request. If you wish to submit some confidential results of story, please reach me out via mail rather than opening an issue for a smoother conversation.
Apache 2.0 License — see LICENSE for details.
9 commits
Python
89.8%
C
7.9%
TeX
2.3%