Impara
Le vocali e le consonanti seguono regole di spostamento diverse.
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
Come riconoscerlo
- Two different shift patterns
- Identify vowels vs consonants first
- Vowels: A, E, I, O, U; all others are consonants
Errori comuni
- Applying wrong shift to vowels/consonants
- Forgetting Y is a consonant (not a vowel)
- Not identifying which shift applies to which group
Soluzione passo per passo
Codifica 'CAT' con vocali +1, consonanti +2
- C è una consonante. Sposta +2: C (3a) + 2 = E
- A è una vocale. Sposta +1: A (1a) + 1 = B
- T è una consonante. Sposta +2: T (20a) + 2 = V
Risposta: EBV