76 lines
5.0 KiB
Plaintext
76 lines
5.0 KiB
Plaintext
<mxfile host="65bd71144e">
|
|
<diagram id="jUaFL9_61w-NF607VE0Q" name="Page-1">
|
|
<mxGraphModel dx="283" dy="185" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
|
<root>
|
|
<mxCell id="0"/>
|
|
<mxCell id="1" parent="0"/>
|
|
<mxCell id="25" value="" style="edgeStyle=none;html=1;" parent="1" source="23" target="24" edge="1">
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="23" value="Start" style="ellipse;whiteSpace=wrap;html=1;rounded=1;strokeColor=default;" parent="1" vertex="1">
|
|
<mxGeometry x="280" y="140" width="120" height="40" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="32" value="" style="edgeStyle=none;html=1;" parent="1" source="24" target="26" edge="1">
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="24" value="Try to decrypt by occurrence" style="whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
<mxGeometry x="280" y="230" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="33" value="No" style="edgeStyle=none;html=1;" parent="1" source="26" target="27" edge="1">
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="38" value="Yes" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="26" target="39" edge="1">
|
|
<mxGeometry x="-0.7551" relative="1" as="geometry">
|
|
<mxPoint x="440" y="380" as="targetPoint"/>
|
|
<Array as="points">
|
|
<mxPoint x="510" y="380"/>
|
|
</Array>
|
|
<mxPoint as="offset"/>
|
|
</mxGeometry>
|
|
</mxCell>
|
|
<mxCell id="26" value="Decryption&nbsp;<br>pass ?" style="rhombus;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
<mxGeometry x="300" y="340" width="80" height="80" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="34" value="" style="edgeStyle=none;html=1;" parent="1" source="27" target="29" edge="1">
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="27" value="Try decrypt by bruce force" style="whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
<mxGeometry x="280" y="490" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="35" value="No" style="edgeStyle=none;html=1;" parent="1" source="29" target="30" edge="1">
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="29" value="Decryption&nbsp;<br>pass ?" style="rhombus;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
<mxGeometry x="300" y="610" width="80" height="80" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="36" value="" style="edgeStyle=none;html=1;" parent="1" source="30" target="31" edge="1">
|
|
<mxGeometry relative="1" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="30" value="Show user cannot decrypt message" style="whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
<mxGeometry x="280" y="740" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="31" value="End" style="ellipse;whiteSpace=wrap;html=1;rounded=1;strokeColor=default;" parent="1" vertex="1">
|
|
<mxGeometry x="280" y="860" width="120" height="40" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="41" value="" style="edgeStyle=none;html=1;" parent="1" source="39" edge="1">
|
|
<mxGeometry relative="1" as="geometry">
|
|
<mxPoint x="340" y="840" as="targetPoint"/>
|
|
<Array as="points">
|
|
<mxPoint x="510" y="840"/>
|
|
</Array>
|
|
</mxGeometry>
|
|
</mxCell>
|
|
<mxCell id="39" value="Show user decrypted message" style="whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
|
<mxGeometry x="450" y="740" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="42" value="Yes" style="edgeStyle=none;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="29" edge="1">
|
|
<mxGeometry width="80" relative="1" as="geometry">
|
|
<mxPoint x="430" y="620" as="sourcePoint"/>
|
|
<mxPoint x="510" y="650" as="targetPoint"/>
|
|
<Array as="points"/>
|
|
</mxGeometry>
|
|
</mxCell>
|
|
</root>
|
|
</mxGraphModel>
|
|
</diagram>
|
|
</mxfile> |