Sauter au contenu
Table des matières Index
Search Book
close
Résultats de la recherche:
Aucun résultat.
Dark Mode Précédent Haut Suivant
\(\newcommand{\identity}{\mathrm{id}}
\newcommand{\notdivide}{\nmid}
\newcommand{\notsubset}{\not\subset}
\newcommand{\lcm}{\operatorname{lcm}}
\newcommand{\gf}{\operatorname{GF}}
\newcommand{\inn}{\operatorname{Inn}}
\newcommand{\aut}{\operatorname{Aut}}
\newcommand{\Hom}{\operatorname{Hom}}
\newcommand{\cis}{\operatorname{cis}}
\newcommand{\chr}{\operatorname{char}}
\newcommand{\Null}{\operatorname{Null}}
\newcommand{\transpose}{\text{t}}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Questions de compréhension de la lecture 7.3 Questions de compréhension de la lecture
1.
Utiliser la fonction
euler_phi() dans Sage pour calculer
\(\phi(893\,456\,123)\text{.}\)
2.
Utiliser la fonction
power_mod() dans Sage pour calculer
\(7^{324}\pmod{895}\text{.}\)
3.
Expliquer le fondement mathématique de l’affirmation suivante : chiffrer un message à l’aide d’une clé publique
RSA est très simple computationnellement, tandis que déchiffrer une communication sans la clé privée est très difficile computationnellement.
4.
Expliquer comment, dans
RSA , le codage d’un message diffère de la vérification d’un message.
5.
Expliquer en quoi on pourrait être fondé à qualifier la proposition de Diffie et Hellman en 1976 de « révolutionnaire. »