Skip to content

Commit

Permalink
Update Keygen.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Dec 16, 2023
1 parent c0acef1 commit 580666d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions GlitchedPolygons.GlitchEd25519.BlazorWebApp/Pages/Keygen.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@

<br />

<p>
Once generated, the keys will be displayed to you here <strong>ONLY ONCE!</strong>
If you navigate away from this page or close this tab, the keys will be gone!
</p>

<p>
Clicking on the key pair generation button more than once will overwrite the previous key pair <strong>without a warning</strong>.
</p>

<p>
Therefore: <strong>make sure to save both your public and private key somewhere safe and secret!</strong>
</p>

<p>
<strong>Private key is in Ref10 format and hex-encoded string.</strong>
</p>
Expand Down Expand Up @@ -42,19 +55,6 @@
}
</p>

<p>
Once generated, the keys will be displayed to you here <strong>ONLY ONCE!</strong>
If you navigate away from this page or close this tab, the keys will be gone!
</p>

<p>
Clicking on the key pair generation button more than once will overwrite the previous key pair <strong>without a warning</strong>.
</p>

<p>
Therefore: <strong>make sure to save both your public and private key somewhere safe and secret!</strong>
</p>

<br />

<div class="form-group">
Expand Down Expand Up @@ -210,4 +210,4 @@
await JSRuntime.InvokeVoidAsync("navigator.clipboard.writeText", privateKeyHexString);
await JSRuntime.InvokeVoidAsync("alert", "Copied private key to clipboard. Keep this safe and secret; DO NOT SHARE!");
}
}
}

0 comments on commit 580666d

Please sign in to comment.