Workspace
SIMON-128/128
SIMON-128/128
NSA hardware-optimised lightweight block cipher (IACR 2013/404). Sibling of SPECK โ SIMON targets gate-minimal hardware via bitwise AND while SPECK targets software via ARX. 128-bit block, 128-bit key, 68-round Feistel. Round function: f(x)=(x<<<1 & x<<<8)โx<<<2.
Securesymmetric
Workspace Presets
Save and restore visualizer settings in this browser.
Output Result
No output yetRun a computation to see the encrypted / decrypted result.
Imported traces are validated and replayed locally. They never run a cipher operation automatically.
Recommended Next Step
Continue your cryptography learning path
XOR Cipher
DeprecatedA simple stream cipher performing byte-wise XOR operations between plaintext and key.
Explore
One-Time Pad (OTP)
SecureAn unbreakable cipher when used with a truly random, single-use key of equal length to the plaintext.
Explore
DES
BrokenData Encryption Standard. A legacy 64-bit block cipher utilizing a 56-bit key size.
Explore