SHA256(SCRYP)
This commit is contained in:
parent
6d9ade843e
commit
0f015f59b2
@ -19,6 +19,7 @@
|
||||
* 10.1.3. [Onboarding](#Onboarding-1)
|
||||
* 10.2. [ItemMember complété des champs du process sélectionné et mise à jour de la liste des membres du process](#ItemMembercompltdeschampsduprocessslectionnetmisejourdelalistedesmembresduprocess)
|
||||
* 10.3. [ItemProcess complété de l'address SP de l'utilisateur et mise à jour de la liste des version du process](#ItemProcesscompltdeladdressSPdelutilisateuretmisejourdelalistedesversionduprocess)
|
||||
* 10.4. [Réception des RequestPcd et RequestPrdResponse en tenant compte des mises à jours (réception des clés de déchiffrement du role choisi dans le process sélectionné)](#RceptiondesRequestPcdetRequestPrdResponseentenantcomptedesmisesjoursrceptiondesclsdedchiffrementdurolechoisidansleprocessslectionn)
|
||||
* 11. [Clés de révocation (`revoke`)](#Clsdervocationrevoke)
|
||||
* 12. [Clés de third parties](#Clsdethirdparties)
|
||||
* 13. [Connexions avec une identité crée (`recover`)](#Connexionsavecuneidentitcrerecover)
|
||||
@ -139,7 +140,7 @@ Cette clé est d'abord décomposée, avant d'être partiellement distribuée. Vo
|
||||
1. Cette clé sera scindée en 2 parties (à la moitié de la longueur de leur représentation hexadécimale) :
|
||||
|
||||
1.1. `Part1`, de 128 bits c'est la partie qui sera chiffrée (AES-GCM 256 bits) par
|
||||
le mot de passe "hashé" (SHA-256)
|
||||
le mot de passe "hashé" (SHA-256 d'un scrytp)
|
||||
etc une seed de générée aléatoirement de 256 bits avec (concaténé)
|
||||
pour obtenir la seed de chiffrement AES de 256 bits
|
||||
et stockée en cache dans une image dite de login avec la seed générée aléatoirement de 256 bits.
|
||||
@ -150,12 +151,12 @@ Cette clé est d'abord décomposée, avant d'être partiellement distribuée. Vo
|
||||
Encryption speudo code :
|
||||
|
||||
```
|
||||
part1_spend_recover_enc=aes(sha256(MDP+random_seed1), part1)
|
||||
part1_spend_recover_enc=aes(sha(scrypt((MDP+random_seed1), part1)
|
||||
image1.addExif(part1_spend_recover_enc, random_seed1, random_seed2)
|
||||
```
|
||||
|
||||
1.2. `Part2`, de 128 bits,
|
||||
le mot de passe "hashé" (SHA-256) avec (concaténé)
|
||||
le mot de passe "hashé" (SHA-256 d'un scrypt) avec (concaténé)
|
||||
une seed de générée aléatoirement de 256 bits
|
||||
pour obtenir la seed de chiffrement AES de 256 bits
|
||||
et sera répartie par un Shamir Secret Sharing, chiffrée pour chaque partie par le mot de passe et distribuées en 1 pour 1 aux membres actuels du rôle de gestionnaire des membres.
|
||||
@ -163,10 +164,10 @@ image1.addExif(part1_spend_recover_enc, random_seed1, random_seed2)
|
||||
Encryption speudo code :
|
||||
|
||||
```
|
||||
part2_spend_recover_enc_shars=sss(aes(SHA256(MDP+random_seed2), part2), nMembers, 0.8)
|
||||
part2_spend_recover_enc_shars=sss(aes(SHA256'srcypt(MDP+random_seed2), part2), nMembers, 0.8)
|
||||
```
|
||||
|
||||
2. Une `pre-id` qui identifie l'utilisateur est générée par le hash (SHA 256) de la `Part1` et du mot de passe de l'utilisateur.
|
||||
2. Une `pre-id` qui identifie l'utilisateur est générée par le hash (SHA 256) d'un scrypt de la `Part1` et du mot de passe de l'utilisateur.
|
||||
|
||||
Hash speudo code :
|
||||
|
||||
@ -226,7 +227,7 @@ Pour le ou les roles sélectionnés, l'attribut `request_prd_sp_address_list` de
|
||||
|
||||
Une fois l'`ItemProcess` complété, il est ajouté à la liste des membres pour créer un nouveau `RequestPcd` envoyé pour mises à jours aux managers du rôle `Process` du `ItemProcess` sélectionné via un `RequestPrdUpdate`.
|
||||
|
||||
### Réception des RequestPcd et RequestPrdResponse en tenant compte des mises à jours (réception des clés de déchiffrement du role choisi dans le process sélectionné)
|
||||
### 10.4. <a name='RceptiondesRequestPcdetRequestPrdResponseentenantcomptedesmisesjoursrceptiondesclsdedchiffrementdurolechoisidansleprocessslectionn'></a>Réception des RequestPcd et RequestPrdResponse en tenant compte des mises à jours (réception des clés de déchiffrement du role choisi dans le process sélectionné)
|
||||
|
||||
Envoi d'un `RequestPrdList` pour chaque membre de chaque rôle du process sélectionné.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mxfile host="Electron" modified="2024-02-21T22:18:12.886Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/23.1.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="DbjK9scuMHsYfqSLYt17" version="23.1.5" type="device">
|
||||
<mxfile host="Electron" modified="2024-02-22T07:11:30.857Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/23.1.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="_aG1nld2oHnzMq5Lr7k0" version="23.1.5" type="device">
|
||||
<diagram id="bWoO5ACGZIaXrIiKNTKd" name="Page-1">
|
||||
<mxGraphModel dx="4168" dy="2158" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||
<mxGraphModel dx="3915" dy="2010" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0" />
|
||||
<mxCell id="1" parent="0" />
|
||||
@ -163,7 +163,7 @@
|
||||
<mxCell id="200" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="196" target="197" edge="1">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-286" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;" edge="1" parent="1" source="196" target="202">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-286" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;" parent="1" source="196" target="202" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<Array as="points">
|
||||
<mxPoint x="-80" y="186" />
|
||||
@ -555,42 +555,36 @@
|
||||
<mxGeometry x="-1320" y="517" width="60" height="33" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-296" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2199" y="-406.96000000000004" width="780.36" height="200" as="geometry" />
|
||||
<mxGeometry x="-2199" y="-422.96" width="780.36" height="212.96" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-297" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="U1iS4aTrDNJz4kT7s3QN-302" target="U1iS4aTrDNJz4kT7s3QN-301" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="-1935.0700000000002" y="-196.96" as="targetPoint" />
|
||||
<mxPoint x="-1935.0700000000002" y="-212.96" as="targetPoint" />
|
||||
<Array as="points">
|
||||
<mxPoint x="-1969.87" y="-250.96" />
|
||||
<mxPoint x="-1969.87" y="-286.96000000000004" />
|
||||
<mxPoint x="-1969.87" y="-266.96000000000004" />
|
||||
<mxPoint x="-1969.87" y="-302.96000000000004" />
|
||||
</Array>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-298" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="U1iS4aTrDNJz4kT7s3QN-299" target="U1iS4aTrDNJz4kT7s3QN-301" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<Array as="points">
|
||||
<mxPoint x="-1969.87" y="-326.96000000000004" />
|
||||
<mxPoint x="-1969.87" y="-286.96000000000004" />
|
||||
<mxPoint x="-1969.87" y="-342.96000000000004" />
|
||||
<mxPoint x="-1969.87" y="-302.96000000000004" />
|
||||
</Array>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-299" value="Password<br>18 characters" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2179.67" y="-346.96000000000004" width="164.6" height="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-300" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="U1iS4aTrDNJz4kT7s3QN-301" target="U1iS4aTrDNJz4kT7s3QN-304" edge="1">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
<mxGeometry x="-2179.67" y="-362.96000000000004" width="164.6" height="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-301" value="SCRYPT" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-1939.58" y="-306.96000000000004" width="125" height="40" as="geometry" />
|
||||
<mxGeometry x="-1939.58" y="-322.96000000000004" width="125" height="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-302" value="SeedRandom<br>256 bits" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2179.67" y="-270.96000000000004" width="161.76" height="44" as="geometry" />
|
||||
<mxGeometry x="-2179.67" y="-286.96000000000004" width="161.76" height="44" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-303" value="<b>PwdHash</b>" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2193" y="-396.96000000000004" width="110" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-304" value="hash" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontStyle=1" parent="1" vertex="1">
|
||||
<mxGeometry x="-1774.62" y="-306.96000000000004" width="123.1" height="40" as="geometry" />
|
||||
<mxGeometry x="-2193" y="-412.96000000000004" width="110" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-305" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;container=0;rounded=1;labelBackgroundColor=none;fontColor=#333333;fillColor=#f5f5f5;strokeColor=#666666;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2199" y="313.03999999999996" width="28.93" height="28.93" as="geometry" />
|
||||
@ -604,16 +598,16 @@
|
||||
<mxCell id="U1iS4aTrDNJz4kT7s3QN-311" value="Relais - side chain node required" style="text;html=1;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2164.32" y="346.97000000000014" width="214.32" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-284" value="<b>`item_member_enc_by_sp_shared_secret`</b><br>(only for member managers)" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontColor=#000000;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-284" value="<b>`item_member_enc_by_sp_shared_secret`</b><br>(only for member managers)" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontColor=#000000;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1320" y="423" width="260" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-285" value="Members" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontStyle=1" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-285" value="Members" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontStyle=1" parent="1" vertex="1">
|
||||
<mxGeometry x="-300" y="243.29000000000002" width="60" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-288" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="KGCLxLdSfCaxDo2TsfCf-284" target="KGCLxLdSfCaxDo2TsfCf-284">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-288" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="1" source="KGCLxLdSfCaxDo2TsfCf-284" target="KGCLxLdSfCaxDo2TsfCf-284" edge="1">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-289" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-289" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="-1320" y="440" as="targetPoint" />
|
||||
<Array as="points">
|
||||
@ -623,7 +617,7 @@
|
||||
<mxPoint x="-1360" y="441.8600000000001" as="sourcePoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-290" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.591;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" target="KGCLxLdSfCaxDo2TsfCf-284">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-290" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.591;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="KGCLxLdSfCaxDo2TsfCf-284" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="-1322" y="438" as="targetPoint" />
|
||||
<Array as="points">
|
||||
@ -634,7 +628,7 @@
|
||||
<mxPoint x="-1360" y="485.5" as="sourcePoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-291" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=-0.001;entryY=0.587;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" target="KGCLxLdSfCaxDo2TsfCf-284">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-291" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=-0.001;entryY=0.587;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="KGCLxLdSfCaxDo2TsfCf-284" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<Array as="points">
|
||||
<mxPoint x="-1340" y="523" />
|
||||
@ -644,103 +638,103 @@
|
||||
<mxPoint x="-1322" y="438" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-292" value="<b style="border-color: var(--border-color); text-align: center;">KeyRecoverScan<br style="border-color: var(--border-color);"></b><span style="font-weight: normal;">privEncrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-292" value="<b style="border-color: var(--border-color); text-align: center;">KeyRecoverScan<br style="border-color: var(--border-color);"></b><span style="font-weight: normal;">privEncrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-1524.1" y="426.07" width="163.42" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-293" value="<b style="border-color: var(--border-color); text-align: center;"><b style="border-color: var(--border-color);">KeyMainSpend</b><br style="border-color: var(--border-color);"></b><span style="font-weight: normal;">privEncrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-293" value="<b style="border-color: var(--border-color); text-align: center;"><b style="border-color: var(--border-color);">KeyMainSpend</b><br style="border-color: var(--border-color);"></b><span style="font-weight: normal;">privEncrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-1524" y="467.07" width="163.42" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-294" value="<div style="text-align: center;"><span style="background-color: initial;">KeyMainScan<br></span><span style="font-weight: normal;">privEncrypt</span><br></div>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-294" value="<div style="text-align: center;"><span style="background-color: initial;">KeyMainScan<br></span><span style="font-weight: normal;">privEncrypt</span><br></div>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-1524" y="505.78" width="163.42" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-295" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-295" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1044.27" y="741" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-316" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-316" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1249.3899999999999" y="741" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-317" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-317" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-834.4399999999999" y="741" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-318" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-318" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1034.27" y="751" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-319" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-319" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1239.3899999999999" y="751" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-320" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-320" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-824.4399999999999" y="751" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-321" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-321" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1024.27" y="761" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-322" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-322" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1229.3899999999999" y="761" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-323" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-323" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-814.4399999999999" y="761" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-324" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-324" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1014.27" y="771" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-325" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-325" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1219.3899999999999" y="771" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-326" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-326" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-804.4399999999999" y="771" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-327" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-327" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1004.27" y="781" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-328" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-328" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1209.3899999999999" y="781" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-329" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-329" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-794.4399999999999" y="781" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-330" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-330" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-994.27" y="791" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-331" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-331" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1199.3899999999999" y="791" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-332" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-332" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-784.4399999999999" y="791" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-333" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-333" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-984.27" y="801" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-334" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-334" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1189.3899999999999" y="801" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-335" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-335" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-774.4399999999999" y="801" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-336" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-336" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-974.27" y="811" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-337" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-337" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1179.3899999999999" y="811" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-338" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-338" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-764.4399999999999" y="811" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-339" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-339" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-964.27" y="821" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-340" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-340" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1169.3899999999999" y="821" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-341" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-341" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-754.4399999999999" y="821" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-342" value="" style="shape=flexArrow;endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-342" value="" style="shape=flexArrow;endArrow=classic;html=1;rounded=0;" parent="1" edge="1">
|
||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
||||
<mxPoint x="-930" y="690" as="sourcePoint" />
|
||||
<mxPoint x="-930" y="730" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-344" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;" edge="1" parent="1" source="XqTc7s29-gL46L3V4mSs-304">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-344" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;" parent="1" source="XqTc7s29-gL46L3V4mSs-304" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="-1320" y="440" as="targetPoint" />
|
||||
<Array as="points">
|
||||
@ -755,9 +749,23 @@
|
||||
</Array>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-345" value="SeedRand2<br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privEncrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxCell id="KGCLxLdSfCaxDo2TsfCf-345" value="SeedRand2<br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privEncrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-450" y="112" width="137.39" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="YAJWOaMnfQJNXjO860FT-284" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.468;entryY=0.025;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="YAJWOaMnfQJNXjO860FT-287" target="YAJWOaMnfQJNXjO860FT-286">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="YAJWOaMnfQJNXjO860FT-285" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" target="YAJWOaMnfQJNXjO860FT-287">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="-1814.88" y="-302.96" as="sourcePoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="YAJWOaMnfQJNXjO860FT-286" value="hash" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontStyle=1" vertex="1" parent="1">
|
||||
<mxGeometry x="-1774.5" y="-258.96000000000004" width="123.1" height="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="YAJWOaMnfQJNXjO860FT-287" value="SHA256" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxGeometry x="-1785.88" y="-322.96" width="137.39" height="40" as="geometry" />
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 404 KiB After Width: | Height: | Size: 409 KiB |
@ -1,6 +1,6 @@
|
||||
<mxfile host="Electron" modified="2024-02-21T21:54:43.616Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/23.1.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="hfoDEFSnQQYuE2xzIEVM" version="23.1.5" type="device">
|
||||
<mxfile host="Electron" modified="2024-02-22T07:10:22.328Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/23.1.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="Kzj9q8duQ3xxLahXXBvC" version="23.1.5" type="device">
|
||||
<diagram name="Page-1" id="nezTab6434Mr3TNqJTht">
|
||||
<mxGraphModel dx="3300" dy="1650" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||
<mxGraphModel dx="3164" dy="1569" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0" />
|
||||
<mxCell id="1" parent="0" />
|
||||
@ -339,7 +339,7 @@
|
||||
</Array>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="sHT8GTnQFrlxJ-m2nGzn-359" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="sHT8GTnQFrlxJ-m2nGzn-325" edge="1" target="5Ne0HzyGfQl-3uoNr5Rs-33">
|
||||
<mxCell id="sHT8GTnQFrlxJ-m2nGzn-359" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="sHT8GTnQFrlxJ-m2nGzn-325" target="5Ne0HzyGfQl-3uoNr5Rs-33" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="-305.4199999999996" y="171.13999999999987" as="targetPoint" />
|
||||
<mxPoint x="-340" y="171.6300000000001" as="sourcePoint" />
|
||||
@ -657,7 +657,10 @@
|
||||
<mxCell id="Y_iTnzTvrgFW2w7x7B82-17" value="Password<br>18 characters" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2047.67" y="-364" width="164.6" height="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="Y_iTnzTvrgFW2w7x7B82-27" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="Y_iTnzTvrgFW2w7x7B82-19" target="Y_iTnzTvrgFW2w7x7B82-26" edge="1">
|
||||
<mxCell id="Y_iTnzTvrgFW2w7x7B82-27" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.468;entryY=0.025;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="_sUySUgutdZOfC_v2Y1--1" target="Y_iTnzTvrgFW2w7x7B82-26" edge="1">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="_sUySUgutdZOfC_v2Y1--2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="Y_iTnzTvrgFW2w7x7B82-19" target="_sUySUgutdZOfC_v2Y1--1">
|
||||
<mxGeometry relative="1" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="Y_iTnzTvrgFW2w7x7B82-19" value="SCRYPT" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
@ -670,7 +673,7 @@
|
||||
<mxGeometry x="-2061" y="-414" width="110" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="Y_iTnzTvrgFW2w7x7B82-26" value="hash" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontStyle=1" parent="1" vertex="1">
|
||||
<mxGeometry x="-1642.62" y="-324" width="123.1" height="40" as="geometry" />
|
||||
<mxGeometry x="-1642.62" y="-260" width="123.1" height="40" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="Y_iTnzTvrgFW2w7x7B82-28" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;container=0;rounded=1;labelBackgroundColor=none;fontColor=#333333;fillColor=#f5f5f5;strokeColor=#666666;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2066" y="345.07" width="28.93" height="28.93" as="geometry" />
|
||||
@ -684,109 +687,109 @@
|
||||
<mxCell id="Y_iTnzTvrgFW2w7x7B82-31" value="Relais - side chain node required" style="text;html=1;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
|
||||
<mxGeometry x="-2031.3200000000002" y="379.00000000000006" width="214.32" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-1" value="<b>`pre_id_sp_enc_by_shared_secret`</b><br style="border-color: var(--border-color);">(only for member managers)<b><br></b>" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontColor=#000000;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-1" value="<b>`pre_id_sp_enc_by_shared_secret`</b><br style="border-color: var(--border-color);">(only for member managers)<b><br></b>" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontColor=#000000;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1246.24" y="188.71" width="236.19" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-2" value="To all roles" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontStyle=1" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-2" value="To all roles" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontStyle=1" parent="1" vertex="1">
|
||||
<mxGeometry x="-1341.19" y="346" width="60" height="33" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-3" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-3" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1066.07" y="540" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-4" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-4" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1271.1899999999998" y="540" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-5" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-5" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-856.2399999999999" y="540" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-6" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-6" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1056.07" y="550" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-7" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-7" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1261.1899999999998" y="550" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-8" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-8" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-846.2399999999999" y="550" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-9" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-9" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1046.07" y="560" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-10" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-10" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1251.1899999999998" y="560" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-11" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-11" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-836.2399999999999" y="560" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-12" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-12" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1036.07" y="570" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-13" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-13" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1241.1899999999998" y="570" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-14" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-14" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-826.2399999999999" y="570" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-15" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-15" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1026.07" y="580" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-16" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-16" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1231.1899999999998" y="580" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-17" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-17" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-816.2399999999999" y="580" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-18" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-18" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1016.0699999999999" y="590" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-19" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-19" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1221.1899999999998" y="590" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-20" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-20" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-806.2399999999999" y="590" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-21" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-21" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1006.0699999999999" y="600" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-22" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-22" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1211.1899999999998" y="600" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-23" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-23" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-796.2399999999999" y="600" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-24" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-24" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-996.0699999999999" y="610" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-25" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-25" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1201.1899999999998" y="610" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-26" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-26" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-786.2399999999999" y="610" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-27" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-27" value="RequestPrdResponse" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-986.0699999999999" y="620" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-28" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-28" value="RequestPcd" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-1191.1899999999998" y="620" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-29" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-29" value="RequestPrdMessage" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
|
||||
<mxGeometry x="-776.2399999999999" y="620" width="197.49" height="29" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-30" value="" style="shape=flexArrow;endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-30" value="" style="shape=flexArrow;endArrow=classic;html=1;rounded=0;" parent="1" edge="1">
|
||||
<mxGeometry width="50" height="50" relative="1" as="geometry">
|
||||
<mxPoint x="-930" y="485" as="sourcePoint" />
|
||||
<mxPoint x="-930" y="525" as="targetPoint" />
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-31" value="<b style="border-color: var(--border-color); text-align: center;">KeyMainSpend</b><br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privDecrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-31" value="<b style="border-color: var(--border-color); text-align: center;">KeyMainSpend</b><br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privDecrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-306" y="85.19" width="149.75" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-32" value="<b style="border-color: var(--border-color); text-align: center;">KeyMainScan</b><br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privDecrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-32" value="<b style="border-color: var(--border-color); text-align: center;">KeyMainScan</b><br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privDecrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-305.14999999999986" y="123.38999999999999" width="148.9" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-33" value="<b style="border-color: var(--border-color); text-align: center;">KeyRecoverScan</b><br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privDecrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-33" value="<b style="border-color: var(--border-color); text-align: center;">KeyRecoverScan</b><br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privDecrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-305.9999999999999" y="42" width="149.75" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="5Ne0HzyGfQl-3uoNr5Rs-35">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="5Ne0HzyGfQl-3uoNr5Rs-35" edge="1">
|
||||
<mxGeometry relative="1" as="geometry">
|
||||
<mxPoint x="-717.2532740213524" y="-111.78999999999974" as="targetPoint" />
|
||||
<Array as="points">
|
||||
@ -796,12 +799,15 @@
|
||||
</Array>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-35" value="PCD item_name=member<br>-&gt; ItemMember (sp addess of the user)" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontColor=#000000;fontStyle=1" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-35" value="PCD item_name=member<br>-&gt; ItemMember (sp addess of the user)" style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontColor=#000000;fontStyle=1" parent="1" vertex="1">
|
||||
<mxGeometry x="-550" y="158" width="250" height="30.71" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-37" value="SeedRand2<br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privDecrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxCell id="5Ne0HzyGfQl-3uoNr5Rs-37" value="SeedRand2<br style="border-color: var(--border-color); font-weight: 400; text-align: center;"><span style="font-weight: normal;">privDecrypt</span>" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
|
||||
<mxGeometry x="-790.9999999999999" y="-112.79" width="149.75" height="30" as="geometry" />
|
||||
</mxCell>
|
||||
<mxCell id="_sUySUgutdZOfC_v2Y1--1" value="SHA256" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1">
|
||||
<mxGeometry x="-1654" y="-324" width="137.39" height="40" as="geometry" />
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 382 KiB |
Loading…
x
Reference in New Issue
Block a user