diff --git a/README.md b/README.md index b819b67..aa00434 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# BUT2FI_R4.B.10_2026 +# BUT2FI_R4.B.10 (2026) + +Cryptographie - Outils et algorithmes + +[Cours crypto](cours/crypto.pdf) + +#### Semaine 1 +- cm : [Chiffrements par bloc, algorithmes à clefs symétriques](cours/crypto.pdf). +- td : [Généralités, chiffrements par flot](td/td1) +- tp : [lfsr, xtea, hachages](tp/tp1) + diff --git a/cours/crypto.pdf b/cours/crypto.pdf new file mode 100644 index 0000000..ec1ef09 Binary files /dev/null and b/cours/crypto.pdf differ diff --git a/td/td1.pdf b/td/td1.pdf new file mode 100644 index 0000000..3e71de1 Binary files /dev/null and b/td/td1.pdf differ