Dateien nach "frontend/src" hochladen
This commit is contained in:
@@ -1197,7 +1197,9 @@ function SecuritySettings({ toast }) {
|
|||||||
<Sec title="SCHLÜSSEL-FINGERPRINT">
|
<Sec title="SCHLÜSSEL-FINGERPRINT">
|
||||||
<p style={{ color:'rgba(255,255,255,0.42)', fontSize:11, fontFamily:'monospace',
|
<p style={{ color:'rgba(255,255,255,0.42)', fontSize:11, fontFamily:'monospace',
|
||||||
marginBottom:12, lineHeight:1.7 }}>
|
marginBottom:12, lineHeight:1.7 }}>
|
||||||
Vergleiche diesen Code mit deinem Gesprächspartner um sicherzustellen, dass kein Man-in-the-Middle vorliegt.
|
Das ist der Fingerprint <strong style={{color:'rgba(255,255,255,0.65)'}}>deines eigenen</strong> Public Keys.
|
||||||
|
Dein Gesprächspartner sieht im Chat-Header deinen Fingerprint – er soll ihn mit diesem hier vergleichen.
|
||||||
|
Stimmen beide überein, ist die Verbindung sicher.
|
||||||
</p>
|
</p>
|
||||||
{fingerprint ? (
|
{fingerprint ? (
|
||||||
<div style={{ display:'flex', gap:5, flexWrap:'wrap', marginBottom:8 }}>
|
<div style={{ display:'flex', gap:5, flexWrap:'wrap', marginBottom:8 }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user