Skip to content

Crypt32 is a new strong cipher, used to encrypt the latin script only, it's known for being hard to visualize, with no obvious patterns or frequencies in long texts.

License

Notifications You must be signed in to change notification settings

Johnathan31/crypt32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

crypt32

A lightweight, pattern-resistant substitution cipher for Python.
Designed for experimentation, education, and creating unpredictable encrypted text.


πŸ” Overview

crypt32 is a custom substitution-based cipher focused on producing highly unpredictable output.
It is not designed to replace modern cryptography, but rather to serve as:

  • A practical cryptography exercise
  • A lightweight cipher for creative or non-sensitive applications
  • A demonstration of unpredictable substitutions and salt-based variation

The cipher includes built-in salt generation which increases the complexity and makes outputs harder to guess or pattern-match.

⚠️ Security Warning
This library is not a modern secure cipher and should not be used to protect confidential or critical data.


✨ Features

  • πŸ” Encrypt & decrypt Latin text
  • πŸ§‚ Built-in random salt generation
  • πŸŒ€ Pattern-resistant output
  • 🧩 Simple and clean Python API
  • 🎯 Lightweight and dependency-free
  • πŸ“‚ Fully open source

πŸ”’ Instructions

for instructions & examples, visit the instructions page.

About

Crypt32 is a new strong cipher, used to encrypt the latin script only, it's known for being hard to visualize, with no obvious patterns or frequencies in long texts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages