File:Signature attacker reduction.svg
Summary
| Description |
English: Let be a successful attacker on a digital signature system that creates bit signatures. This image shows how an attacker , who attacks bit digital signature systems, can be reduced to . The challenger and the attacker work exactly as described in File:Digital signature attacker.svg.
Deutsch: Sei ein erfolgreicher Angreifer für ein kryptographisches Signaturverfahren, das Bit lange Signaturen erzeugt. Diese Abbildung zeigt, wie ein Angreifer auf ein -Bit-Signaturverfahren auf reduziert werden kann. Der Herausforderer und der Angreifer arbeiten wie in File:Digital signature attacker.svg beschrieben. |
| Date | |
| Source | Own work |
| Author | Sn KGS |
Diese Abbildung ist, wie viele andere, während einer Kryptographie-Vorlesung für Lehramts-Studierende im Wintersemester 2020/2021 an der Christian-Albrechts-Universität zu Kiel entstanden. Einige dieser Bilder beziehen sich ausschließlich auf Fallbeispiele aus der Vorlesung.
SVG development
Category:Valid SVG created with LaTeX code#Signature%20attacker%20reduction.svgThe resulting file was further processed with sed.
Source code
LaTeX code
\documentclass{standalone}
\usepackage{pgffor} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{ifthen} % This image is part of a large %
\usepackage{pgfplots} % collection of diagrams. Some %
\usepackage{libertineRoman} % or all of the used packages %
\usepackage{biolinum} % may not be necessary to com- %
\usepackage{fontawesome5} % pile this specific file but %
\usepackage{epsdice} % vital for others. Sorry for %
\usepackage{mathtools} % any inconvenience. -- Sn KGS %
\usepackage{amsfonts} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\highlight}[1]{\textbf{\textsf{#1}}}
\newcommand{\todo}[1]{\textbf{\color{red}TODO: #1}}
\newcommand{\drawrand}{\ensuremath{\xleftarrow{\mathcal{R}}}}
\usetikzlibrary{decorations.pathreplacing}
\pgfplotsset{compat=1.17}
\begin{document}
\begin{tikzpicture}
[thick, algo/.style={draw, rectangle, minimum height=1cm, minimum width=1cm}]
\draw (0,1) rectangle (1,10);
\draw (3,1) rectangle (8,10);
\draw (5,1.5) rectangle (7,9);
\node (C) at (0.5,9.5) {$C$};
\node (A) at (5.5,9.5) {Wrapper $A$};
\node (A') at (6,8.5) {$A'$};
\node (res) at (0.5,0) {$0/1$};
\node [algo] (shift1) at (4,7) {$\gg 1$};
\node [algo] (shifti) at (4,4) {$\gg 1$};
\node [algo] (shiftast) at (4,2) {$\ll 1$};
\draw [->] (1,9) -- node [above] {$k_{pub}$} (3,9);
\draw [->] (3,7.75) -- node [above] {$m_0$} (1,7.75);
\draw [->] (1,7) -- node [below] {$\sigma_0$} (3,7);
\node at (2,6) {$\vdots$};
\draw [->] (3,4.75) -- node [above] {$m_i$} (1,4.75);
\draw [->] (1,4) -- node [below] {$\sigma_i$} (3,4);
\draw [->] (3,2.75) -- node [above] {$m^*$} (1,2.75);
\draw [->] (3,2) -- node [below] {$\sigma^*b$} (1,2);
\draw [->] (0.5,1) -- (res);
\draw [->] (3,9) .. controls (4,9) and (4,8.5) .. (5,8.5);
\draw [->] (5,7.75) -- (3,7.75);
\draw [->] (3,7) -- (shift1) -- (5,7);
\node at (4,6) {$\vdots$};
\draw [->] (5,4.75) -- (3,4.75);
\draw [->] (3,4) -- (shifti) -- (5,4);
\draw [->] (5,2.75) -- (3,2.75);
\draw [->] (5,2) -- (shiftast) -- (3,2);
\end{tikzpicture}
\end{document}
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.