sifnsoingrnfkj
This commit is contained in:
parent
76cef0bd81
commit
599ec0c8bf
1 changed files with 4 additions and 9 deletions
|
@ -20,19 +20,14 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<form>
|
||||
<form id="disable_enter">
|
||||
<input
|
||||
type="text"
|
||||
value="Hello"
|
||||
class="stretch"
|
||||
id="plaintext disable_enter"
|
||||
/>
|
||||
<input
|
||||
type="text"
|
||||
value="13"
|
||||
class="stretch"
|
||||
id="key disable_enter"
|
||||
id="plaintext"
|
||||
/>
|
||||
<input type="text" value="13" class="stretch" id="key" />
|
||||
<button
|
||||
type="button"
|
||||
onclick="document.getElementById('encrypted').value = encrypt(document.getElementById('plaintext').value, document.getElementById('key').value)"
|
||||
|
@ -49,7 +44,7 @@
|
|||
type="text"
|
||||
value="Uryyb"
|
||||
class="stretch"
|
||||
id="encrypted disable_enter"
|
||||
id="encrypted"
|
||||
/>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue