|
@@ -74,7 +74,7 @@ https://opensource.org/licenses/BSD-3-Clause -->
|
|
|
<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>
|
|
|
- <input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:91%; color:black;">
|
|
|
+ <input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:92%; color:black;">
|
|
|
<br><br><br>
|
|
|
</div>
|
|
|
|