Skip to content

Mike4947/4Krypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

🛑 Warning

WARNING: This is a Proof-of-Concept for educational purposes. 
Standard algorithms (AES-256) are vetted by thousands of cryptographers. 
Use this for research, not to protect nuclear launch codes.

What is 4Krypt ?

4Krypt is the project behind OMNI-512

What is OMNI-512 ?

To create a "better" encryption for the post-quantum era, I have designed OMNI-512. It is an Authenticated Encryption with Associated Data (AEAD) cipher that conceptually exceeds AES-256 specs:

  • 512-bit Block Size: Quadruple the size of AES (128-bit). This renders "birthday attacks" (collisions) statistically impossible even with exabytes of data.

  • 1024-bit Key: Exceeds military-grade requirements. Even if a Quantum Computer halves the effective strength, you are left with 512 bits of entropy—far beyond the estimated total energy of the universe required to brute force.

  • Dynamic S-Boxes: Unlike AES, which uses a static Substitution Box (known to attackers), OMNI-512 generates a unique, key-dependent S-Box for every session. This defeats pre-computed differential cryptanalysis attacks.

  • Structure: A 20-Round Substitution-Permutation Network (SPN) using "ARX" (Add-Rotate-XOR) methodology for speed and diffusion.

About

OMNI-512 is an Authenticated Encryption with Associated Data (AEAD) cipher that conceptually exceeds AES-256.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages