Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Cipher Machine
Showing 11-20 of 54 entries
< 1  2  3  4  5  6 >
Update: 26 May, 2023 @ 8:10am

Major Update:
Changed how Portax cipher should deal with strings that are not even in length

Update: 22 May, 2023 @ 6:38am

Major Update:
Changed how Playfair cipher should deal with strings that are not even in length

Update: 22 May, 2023 @ 5:47am

Major Update:
Changed how McDondald's™ Chicken Nugget Big Mac cipher should deal with strings that are not even in length

Update: 21 May, 2023 @ 10:11am

Major Update:
Changed how Composite Spinning/Jumping Leapfrog Orphanage cipher should deal with strings that are not even in length

Update: 14 May, 2023 @ 7:06am

Major Update:
Changed how Gracie cipher should deal with strings that are not even in length

Update: 12 May, 2023 @ 7:33am

Major Update:
Changed how Foursquare cipher should deal with strings that are not even in length

Update: 11 May, 2023 @ 7:43pm

Log fix

Update: 8 May, 2023 @ 8:04am

Major Update:
Changed the rules for Trisquare Cipher
Just to give you guys a heads up, I will be changing ciphers that split the letters of the encrypted word in to groups.

Update: 30 Apr, 2023 @ 11:53am

MAJOR UPDATE:
Added the 3 ciphers from Synapse Cipher

Update: 24 Apr, 2023 @ 1:16pm

Ability to specify groups of ciphers thanks to Timwi, for example:
ciphers=(CA SC AT) (HI BW RU)
This defines two groups containing three ciphers each. By default, the order of the groups and the ciphers within each group are shuffled, but the groups themselves are kept together. This can be modified using the following options:
• order=fixed (keep order completely fixed)
• order=fixinner (keep order of ciphers within a group fixed)
• order=fixouter (keep the order of the groups fixed)
You can also pick a subset of the specified ciphers:
• pick=3 (picks 3 ciphers from one group of ciphers)
• pick=2/3 (picks 2 groups, and then 3 ciphers from each group)
• pick=a/3 (uses all groups and picks 3 ciphers from each group)
• pick=2/a (picks 2 groups and uses all ciphers from those groups)
• pick=a/a (uses all specified ciphers) (same as not specifying pick at all)
As before, specifying pick=5 without ciphers picks any 5 random ciphers. Specifying pick=2/3 picks 3 ciphers (ignores the first number).