Leren
Klinkers en medeklinkers volgen verschillende verschuivingsregels.
This cipher applies different transformation rules to vowels (A, E, I, O, U) versus consonants. Typically, vowels shift by one amount while consonants shift by another. This creates two parallel encoding systems within the same cipher.
Vowels (A,E,I,O,U) shift by X positions. Consonants shift by Y positions.
- With vowels +1, consonants +2: CAT -> E(C+2) B(A+1) V(T+2) = EBV
- WATER -> Y(W+2) B(A+1) V(T+2) F(E+1) T(R+2) = YBVFT
Zo herkent u het
- Two different shift patterns
- Identify vowels vs consonants first
- Vowels: A, E, I, O, U; all others are consonants
Veelgemaakte fouten
- Applying wrong shift to vowels/consonants
- Forgetting Y is a consonant (not a vowel)
- Not identifying which shift applies to which group
Stapsgewijze uitwerking
Codeer 'CAT' met klinkers +1, medeklinkers +2
- C is een medeklinker. Verschuif +2: C (3e) + 2 = E
- A is een klinker. Verschuif +1: A (1e) + 1 = B
- T is een medeklinker. Verschuif +2: T (20e) + 2 = V
Antwoord: EBV