Skip to content

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

 
 
 

Contributors

Languages