Skip to main content
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39325
    Anonymous
    Inactive

    Now that practice challenge 3B has completed, I have a question about the keyword being used. The 3A solution indicated 3B was a keyword cipher, and whilst I was able to decipher using frequency analysis and word structure, I cannot see how a keyword is being applied. The substitution alphabet that I formed is below, but I cannot see any structure to it: I am interested in whether anyone else does!

    ABCDEFGHIJKLMNOPQRSTUVWXYZ
    dghijklmnopaqrbstuvewxyzcf

    #39363
    Anonymous
    Inactive

    If you take the substitution pairs (A->d, B->g, etc.) and reverse them, you end up with d->A, g->B, h->C…
    Sorting these new pairs alphabetically yields:

    abcdefghijklmnopqrstuvwxyz
    loyatzbcdefghijkmnpqrsuvwx

    The keyword is LOYALTY (repeated letters were removed). In general, the keyword is usually found in the ciphertext part of the mapping. Hope this helped.

    #39364
    Anonymous
    Inactive

    I had the exact same thought – confused me too

    #39384
    Anonymous
    Inactive

    I just did the entire thing with frequency analysis and didn’t bother with a keyword

    #39500
    Anonymous
    Inactive

    Same 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.