|
@@ -62,14 +62,20 @@ https://opensource.org/licenses/BSD-3-Clause -->
|
|
<body>
|
|
<body>
|
|
|
|
|
|
<div class="header">
|
|
<div class="header">
|
|
- <a href="/" style="color:white; text-decoration: none;"><img src="HCres/hclogo.png" style="width:48px;"> Http Console</a>
|
|
|
|
|
|
+ <a href="/" style="color:white; text-decoration: none;"><img src="HCres/hclogo.png" style="width:48px;"> Http Console</a> <a href="https://github.com/par7133/HttpConsole">on github</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div style="clear:both; float:left; padding:8px; width:15%; height:100%;">
|
|
<div style="clear:both; float:left; padding:8px; width:15%; height:100%;">
|
|
Download<br>
|
|
Download<br>
|
|
<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.0-alpha.zip">Release 0.5.0 (zip)</a><br>
|
|
<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.0-alpha.zip">Release 0.5.0 (zip)</a><br>
|
|
<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.0-alpha.tar.gz">Release 0.5.0 (tar.gz)</a><br>
|
|
<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.0-alpha.tar.gz">Release 0.5.0 (tar.gz)</a><br>
|
|
- <br><br><br><br><br><br><br>
|
|
|
|
|
|
+ <br><br><br>
|
|
|
|
+ Password<br>
|
|
|
|
+ <input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%" value=""><br>
|
|
|
|
+ Salt<br>
|
|
|
|
+ <input type="text" id="Salt" style="font-size:10px; color:black; width: 90%" autocomplete="off"><br>
|
|
|
|
+ <input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:90%; color:black;">
|
|
|
|
+ <br><br><br>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div style="float:left; width:85%;height:100%; padding:8px; border-left: 1px solid #2c2f34;">
|
|
<div style="float:left; width:85%;height:100%; padding:8px; border-left: 1px solid #2c2f34;">
|