KADIASHILA Le 21/05/2025
NGALULA
DEODATE
M1 ISI
T.P DE CRYPTOLOGIE
1) Chiffrer par décalage mon Nom k=9
K ADI A S H I L A
10 0 3 8 0 18 7 8 11 0
10+9=19<26; 0+9=9<26; 3+9=12<26; 8+9=17<26; 0+9=9<26; 18+9=27>26=1;
7+9=16<26; 8+9=17<26; 11+9=20<26; 0+9=9<26
Apres avoir ajouter 9 à chaque valeur et réduit à modulo 26, nous aurons : 19 9 12 17
9 1 16 17 20 9 qui correspond à l’alphabet : T J M R J B Q R U J
2) Chiffrer par affine mon Postnom
N G A L U L A
13 6 0 11 20 11 0
(x)=5x+3 mod 26
5x(13)+3 mod 26=68 mod 26= 16
5x(6)+3 mod 26=30 mod 26= 4
5x(0)+3 mod 26=3 mod 26=3
5x(11)+3 mod 26=58 mod 26=6
5x(20)+3 mod 26=103 mod 26=25
5x(11)+3 mod 26=58 mod 26=6
5x(0)+3 mod 26=3 mod 26=3
Les caractères 16 4 3 6 25 6 3 forment le texte chiffré Q E D G Z G D
(y)=21(y-3) mod 26
21(16)-11 mod26=13
21(4)-11 mod26=6
21(3)-11 mod26=0
21(6)-11 mod26=11
21(25)-11 mod26=20
21(6)-11 mod26=11
21(3)-11 mod26=0
Les caractères 13 6 0 11 20 11 0 forment le texte déchiffré N G A L U L A