Initial commit
This commit is contained in:
19
static/index.pug
Normal file
19
static/index.pug
Normal file
@ -0,0 +1,19 @@
|
||||
extends layout.pug
|
||||
|
||||
block body
|
||||
h1 TryCrypt
|
||||
br
|
||||
div#general
|
||||
p Please enter your KEY and IV
|
||||
input#keyField(type="password" placeholder="Passkey" style="width:30%;")
|
||||
input#ivField(type="password" placeholder="IV" style="width:16%;")
|
||||
button#keyRefresh 👁
|
||||
button#keySave Save
|
||||
button#generateRandom Generate
|
||||
br
|
||||
br
|
||||
div#boxes
|
||||
textarea#userTB(placeholder="Your encrypted or plain text" style="width: 48.5%; margin-left: 1%; height: 50%; float:left;")
|
||||
textarea#systemTB(placeholder="The decrypted/encrypted text" readonly="readonly" style="width: 48.5%; margin-left: 1%; height: 50%; float:left")
|
||||
button#btnEncrypt Encrypt
|
||||
button#btnDecrypt Decrypt
|
Reference in New Issue
Block a user