|
@@ -70,11 +70,11 @@ https://opensource.org/licenses/BSD-3-Clause -->
|
|
|
<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.1-alpha.zip">Release 0.5.1 (zip)</a><br>
|
|
|
<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.1-alpha.tar.gz">Release 0.5.1 (tar.gz)</a><br>
|
|
|
<br><br><br>
|
|
|
- Password<br>
|
|
|
- <input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%; border-radius:3px;" value=""><br>
|
|
|
- Salt<br>
|
|
|
- <input type="text" id="Salt" style="font-size:10px; color:black; width: 90%; border-radius:3px;" autocomplete="off"><br><br>
|
|
|
- <input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="position:relative;left:-2px;width:92%; border-radius:2px; color:black;">
|
|
|
+ <br>
|
|
|
+ <input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" value=""><br>
|
|
|
+ <br>
|
|
|
+ <input type="text" id="Salt" placeholder="salt" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" autocomplete="off"><br><br>
|
|
|
+ <a href="#" onclick="showEncodedPassword();" style="position:relative;left:-2px;width:92%; border-radius:2px; color:black;">Hash Me!</a>
|
|
|
<br><br><br>
|
|
|
</div>
|
|
|
|