L'exercice suivant est automatiquement et aléatoirement généré par ataraXy.
Si vous regénérez la page (F5) les valeurs seront changées.
La correction se trouve en bas de page.
Exercice
- Calculer l'inverse modulaire de \( 17\) modulo \( 26\) .
- Calculer le déterminant de la matrice \( A = \begin{pmatrix}9 & 1 \\ 21 & 10\end{pmatrix}\) .
- Expliquer pourquoi la matrice \( A \) est inversible modulo \( 26\) .
- Déterminer l'inverse de la matrice \( A \) .
- Déchiffrer le message suivant, crypté par la méthode de Hill par paquet de 1 de clef \( A \) : \[RXYZBUICGO\]
Cliquer ici pour afficher la solution
Exercice
- \[\begin{array}{|c|c|c|c||c|c|}\hline
a&b&r&q&u&v \\ \hline
26 & 17 & 9 & 1&2 & -3 \\ \hline
17 & 9 & 8 & 1&-1 & 2 \\ \hline
9 & 8 & 1 & 1&1 & -1 \\ \hline
8 & 1 & 0 & 8&0 & 1 \\ \hline
\end{array}\]
L'algorithme d'Euclide étendu, montre que l'inverse modulaire de \( 17\) est \( 23\) .
- D'après le cours \( det(A)= 69\equiv_{26}17\) .
- La matrice \( A \) est inversible car le déterminant est inversible modulo \( 26\) .
- D'après le cours :
\[ \begin{pmatrix}9 & 1 \\ 21 & 10\end{pmatrix}^{-1} \equiv_{26} 23\begin{pmatrix}10 & -1 \\ -21 & 9\end{pmatrix}
\equiv_{26}\begin{pmatrix}230 & -23 \\ -483 & 207\end{pmatrix}
\equiv_{26}\begin{pmatrix}22 & -23 \\ -15 & 25\end{pmatrix}
\]
- \[\begin{array}{r|*{10}{|c}} Cryptogramme & R & X & Y & Z & B & U & I & C & G & O\\\hline Codex & 17 & 23 & 24 & 25 & 1 & 20 & 8 & 2 & 6 & 14\\\hline Vecteurs & &{ \begin{pmatrix}17 \\ 23\end{pmatrix} } & &{ \begin{pmatrix}24 \\ 25\end{pmatrix} } & &{ \begin{pmatrix}1 \\ 20\end{pmatrix} } & &{ \begin{pmatrix}8 \\ 2\end{pmatrix} } & &{ \begin{pmatrix}6 \\ 14\end{pmatrix} }\\\hline\begin{pmatrix}22 & -23 \\ -15 & 25\end{pmatrix} & &{ \begin{pmatrix}-155 \\ 320\end{pmatrix} } & &{ \begin{pmatrix}-47 \\ 265\end{pmatrix} } & &{ \begin{pmatrix}-438 \\ 485\end{pmatrix} } & &{ \begin{pmatrix}130 \\ -70\end{pmatrix} } & &{ \begin{pmatrix}-190 \\ 260\end{pmatrix} }\\\hline\equiv_{26} & &{ \begin{pmatrix}1 \\ 8\end{pmatrix} } & &{ \begin{pmatrix}5 \\ 5\end{pmatrix} } & &{ \begin{pmatrix}4 \\ 17\end{pmatrix} } & &{ \begin{pmatrix}0 \\ 8\end{pmatrix} } & &{ \begin{pmatrix}18 \\ 0\end{pmatrix} }\\\hline & 1 & 8 & 5 & 5 & 4 & 17 & 0 & 8 & 18 & 0\\\hline Message & B & I & F & F & E & R & A & I & S & A\end{array}\]Le message claire est \( BIFFERAISA \) .