Re: Codebusters C
Posted: September 16th, 2018, 3:11 pm
How are you guys studying for this as a team? I want to know so I can get cracking with my teammates. 

TheChiScientist wrote:How are you guys studying for this as a team? I want to know so I can get cracking with my teammates.
Furthering that point, once you guys all have a general idea of each code it's probably best that only two of the three people specialize on a specific cipher, as you want to be specialized to work best at any code. Having two people will definitely work better than one person, since at least one other person can quickly look for errors should they be present while the third one focuses on a different code. You don't all want to focus as a group though, since you still want to keep efficiency. This also means the xenocrypt in Spanish, at least two people should know or try and learn some Spanish grammar/vocabulary.Name wrote:TheChiScientist wrote:How are you guys studying for this as a team? I want to know so I can get cracking with my teammates.
first just learn how to encode and decode all the different type of ciphers
once you got that down, start practcing by writing ciphers for each other to solve
Finding repeating chunks in the problem can allow you to see patterns and guess what word it is (probably "the", or another another commonly used word). Letter frequency also helps a lot if you know the order (ETAOIN)Jacobi wrote:Any good advice on solving patristocrats?
For a 2x2 cipher in order to be invertable ad-bc mod 26 has to be coprime to 26Umaroth wrote:Since it isn't specified in the rules, does anyone know how test writers unwittingly giving us non invertible Hill cipher matrices will be prevented? This would probably cause a lot of frustration among teams.
Name wrote:For a 2x2 cipher in order to be invertable ad-bc mod 26 has to be coprime to 26Umaroth wrote:Since it isn't specified in the rules, does anyone know how test writers unwittingly giving us non invertible Hill cipher matrices will be prevented? This would probably cause a lot of frustration among teams.
Under the current rules I don't think we have to invert 3x3s?
Not for most ciphers. There are a few that require significant math background (e.g. Hill cipher).jlordhe wrote:Do you have to be extremely good at math for this event?