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