Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Cipher Machine
正在显示第 11 - 20 项,共 54 项条目
< 1  2  3  4  5  6 >
更新于:2023 年 5 月 26 日 上午 8:10

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

更新于:2023 年 5 月 22 日 上午 6:38

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

更新于:2023 年 5 月 22 日 上午 5:47

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

更新于:2023 年 5 月 21 日 上午 10:11

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

更新于:2023 年 5 月 14 日 上午 7:06

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

更新于:2023 年 5 月 12 日 上午 7:33

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

更新于:2023 年 5 月 11 日 下午 7:43

Log fix

更新于:2023 年 5 月 8 日 上午 8:04

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.

更新于:2023 年 4 月 30 日 上午 11:53

MAJOR UPDATE:
Added the 3 ciphers from Synapse Cipher

更新于:2023 年 4 月 24 日 下午 1:16

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).