Fractionated Morse Cipher

Summary: Plaintext is converted to Morse code, then the Morse string (with letter separators 'x') is divided into groups of 3 and substituted using a keyed alphabet.

Fractionation Key (using keyword CIPHER):

    .   ..  ... .-  .-. .-- -   -.  -.. --
.   C   I   P   H   E   R   A   B   D   F
x   G   J   K   L   M   N   O   Q   S   T
..  U   V   W   X   Y   Z   (continues...)

Detailed Example with crib:

How to solve: Use the crib to identify Morse patterns, build the key table, then decrypt.

Complete Example with Full Key:

Row/Col  .    ..   ...  .-   .-.  .--  -    -.   -..  --   x
.        C    O    D    E    S    A    B    F    G    H    I
-        J    K    L    M    N    P    Q    R    T    U    V
xx       W    X    Y    Z    (padding)

Decryption with crib "RU":

  1. Convert crib to Morse: .-. ..-
  2. Add separator: .-.x..-
  3. This gives us patterns to look for in the fractionation table
  4. Reverse the process to build the key and decrypt