Pubblicità

Cifrario Atbash

Ogni lettera è sostituita dal suo speculare nell'alfabeto (A in Z, B in Y, ecc.).

Impara

Ogni lettera è sostituita dal suo speculare nell'alfabeto (A in Z, B in Y, ecc.).

The Atbash cipher is an ancient Hebrew substitution cipher that replaces each letter with the letter at the opposite end of the alphabet. A becomes Z, B becomes Y, C becomes X, and so on. The pattern is symmetric: encoding and decoding use the same operation.

A to Z, B to Y, C to X, D to W, E to V, F to U, G to T, H to S, I to R, J to Q, K to P, L to O, M to N

  • HELLO -> SVOOL
  • CAT -> XZG
  • WIZVM -> DREAM

Come riconoscerlo

  • Each letter maps to its 'mirror' position
  • A always becomes Z, Z always becomes A
  • Encoding and decoding are identical operations

Errori comuni

  • Confusing middle letters (L->O, M->N)
  • Not recognizing the symmetric pattern
  • Forgetting that the same operation encodes and decodes

Soluzione passo per passo

Codifica 'HELLO' con il cifrario Atbash

  1. H è l'8a lettera. Il suo speculare è l'8a dalla fine = S
  2. E è la 5a lettera. Il suo speculare è la 5a dalla fine = V
  3. L è la 12a lettera. Il suo speculare è la 12a dalla fine = O
  4. L di nuovo diventa O
  5. O è la 15a lettera. Il suo speculare è la 15a dalla fine = L

Risposta: SVOOL

Indicazioni per la pratica

Codifica e Decodifica

Pubblicità