9 lines
310 B
HTML
9 lines
310 B
HTML
<div>
|
|
<h3>Zašifrovaný payload</h3>
|
|
<div class="row">
|
|
<textarea id="cipherOut" readonly>{{.}}</textarea>
|
|
<button type="button" class="secondary" onclick="copyEl('cipherOut')">Copy</button>
|
|
</div>
|
|
<p class="note">Obsahuje RSA-OAEP šifrovaný AES klíč, nonce a AES-GCM ciphertext.</p>
|
|
</div>
|