- 48
- 2 866
fumes
Приєднався 22 вер 2023
Rotating Cellular Automata Probabilistic Cryptosystem
source code here : github.com/k0ntinuum/rot_ca_64
Переглядів: 91
Відео
Cellular Automata Stochastic Cipher
Переглядів 46412 годин тому
C source code here : github.com/k0ntinuum/CA_stochastic_64
O|
Переглядів 4014 годин тому
This is a stochastic cellular automata encryption system. p is the plaintext or secret message. f is an array of ECA rules, applied in order as the automaton is updated. This is the secret key. c is randomly generated ciphertext that decrypts to p. Not all inputs decrypt to p, so encryption is actually experimental decryption. github.com/k0ntinuum/smoke_32_set
Cellular Automata Probabilistic / Homophonic Encryption
Переглядів 47414 годин тому
probabilistic : random numbers used to generate ciphertext homophonic : same plaintext has many expressions in ciphertext decryption is fast and easy C source code here: github.com/k0ntinuum/smoke_32_simple
Fractal Stochastic "Glass" Symmetric Cryptosystem [ Octal Presentation ]
Переглядів 2416 годин тому
theory : phenomenalism.github.io/intuitionism/glass_16.pdf code: github.com/k0ntinuum/fractal_glass Please see the other video on this system (presented in bits) for more info.
Fractal Stochastic "Glass" Cryptosystem
Переглядів 29616 годин тому
This explains the basic idea of the "glass" system. It refers to a heavy 16 bit version, whereas this fractal version uses a very light 3 bit system (plaintexts are 3 bits.) theory : phenomenalism.github.io/intuitionism/glass_16.pdf code : github.com/k0ntinuum/fractal_glass
"Hypercube" Boolean Function Symmetric Cipher
Переглядів 14521 день тому
I call it a "hypercube" system because it can show different faces to different keys. Source code: github.com/k0ntinuum/bool
Tesseract Fractal Reversible Cellular Automata Cipher
Переглядів 58721 день тому
C source code available here: github.com/k0ntinuum/tesseract_4
3D Reversible Cellular Automaton Symmetric Encryption ( 8 x 8 x 8 )
Переглядів 13528 днів тому
unpolished but working code here: github.com/k0ntinuum/cubic_8
3D Reversible Cellular Automaton Symmetric Cipher
Переглядів 1628 днів тому
unpolished code here : github.com/k0ntinuum/cubic_4
Reversible Ternary Cellular Automaton Symmetric Cipher
Переглядів 7428 днів тому
A simple but intense method for encrypting 9 x 9 grids of ternary "digits." Total number of keys is (19683!)^2 source code (in the C language) is here: github.com/k0ntinuum/cryptosaur_81
Cryptosaurus ( Reversible Cellular Automata )
Переглядів 1528 днів тому
symmetric cryptosystem key is 2 permutations on 65536 elements, so there are (65536!)^2 keys. very simple code available here: github.com/k0ntinuum/cryptosaurus_16
Reversible Cellular Automata Symmetric Cryptosystem
Переглядів 3328 днів тому
You can find the very simple source code here : github.com/k0ntinuum/cryptosaur