Talk:Solitaire (cipher): Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz (→Understanding the cipher: new section) |
imported>Sandy Harris |
||
Line 6: | Line 6: | ||
Do the jokers stay in the deck and complicate the cryptotext with nulls? Is there any kind of cipher feedback? [[User:Howard C. Berkowitz|Howard C. Berkowitz]] 09:08, 13 May 2011 (CDT) | Do the jokers stay in the deck and complicate the cryptotext with nulls? Is there any kind of cipher feedback? [[User:Howard C. Berkowitz|Howard C. Berkowitz]] 09:08, 13 May 2011 (CDT) | ||
: It is a manually operated stream cipher. Generate a series of numbers and mix them with text using addition mod 26. It works a lot like RC4 but with the deck rather than an array of bytes as the state. Period is enormous. The jokers are used as markers. Flip through the deck until you find a joker. Take the value of the card below it and ... [[User:Sandy Harris|Sandy Harris]] 18:04, 13 May 2011 (CDT) |
Revision as of 18:04, 13 May 2011
Understanding the cipher
Sandy, this is probably mostly my curiosity; I don't have the book at hand. This sounds like, however, a polyalphabetic substitution with a cryptoperiod of 52. Challenging for manual cryptanalysis, but not for machine analysis.
Do the jokers stay in the deck and complicate the cryptotext with nulls? Is there any kind of cipher feedback? Howard C. Berkowitz 09:08, 13 May 2011 (CDT)
- It is a manually operated stream cipher. Generate a series of numbers and mix them with text using addition mod 26. It works a lot like RC4 but with the deck rather than an array of bytes as the state. Period is enormous. The jokers are used as markers. Flip through the deck until you find a joker. Take the value of the card below it and ... Sandy Harris 18:04, 13 May 2011 (CDT)