You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<div>
|
|
|
|
|
|
|
|
<div class="center">
|
|
|
|
<br/>
|
|
|
|
<h3 class="center">Signed Key Images Checker</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="center">
|
|
|
|
<form action="/checkrawkeyimgs" method="post" style="width:100%; margin-top:15px" class="style-1">
|
|
|
|
Paste base64 encoded, signed key images data here<br/>
|
|
|
|
(In Linux, can get base64 signed raw tx data: <i>base64 your_key_images_file | xclip -selection clipboard</i>)<br/>
|
|
|
|
(In Windows, can get base64 signed raw tx data: <i>certutil.exe -encode -f your_key_images_file encoded.txt & type "encoded.txt" | clip</i>)<br/>
|
|
|
|
<textarea name="rawkeyimgsdata" rows="20" cols="80"></textarea><br/><br/>
|
|
|
|
Viewkey (<i>key image file data is encoded using your viewkey. Thus is needed for decryption</i>)
|
|
|
|
<br/>
|
|
|
|
Note: data and viewkey are sent to the server, as the calculations are done on the server side
|
|
|
|
<br/>
|
|
|
|
<input type="text" name="viewkey" size="80">
|
|
|
|
<br/>
|
|
|
|
<input type="submit" name="action" value="check">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|