Lernen
Vokale und Konsonanten folgen unterschiedlichen Verschiebungsregeln.
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
So erkennen Sie es
- Two different shift patterns
- Identify vowels vs consonants first
- Vowels: A, E, I, O, U; all others are consonants
Häufige Fehler
- Applying wrong shift to vowels/consonants
- Forgetting Y is a consonant (not a vowel)
- Not identifying which shift applies to which group
Schritt-für-Schritt-Lösung
Verschlüssle 'CAT' mit Vokale +1, Konsonanten +2
- C ist ein Konsonant. Verschiebung +2: C (3.) + 2 = E
- A ist ein Vokal. Verschiebung +1: A (1.) + 1 = B
- T ist ein Konsonant. Verschiebung +2: T (20.) + 2 = V
Antwort: EBV