Skip to content

Commit

Permalink
Update results.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Charbelghanime authored Nov 28, 2023
1 parent 3b288f8 commit b1fab40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Templates/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ <h2>{{ operation }} Result</h2>
<p>Key Size: {{ keysize }} bits</p>

<div class="limit">
<p>The encrypted message received is: {{ message }}</p>
<p>The encrypted message that the Public Key owner received is: {{ message }}</p>
</div>

<div class="limit">
<p>The decryption result is: {{ result }}</p>
<p>The decryption result of this message is: {{ result }}</p>
</div>

{% if operation == 'Encrypt' and private_key_n and private_key_d %}
Expand Down

0 comments on commit b1fab40

Please sign in to comment.