diff --git a/Templates/results.html b/Templates/results.html index f817e9f..3b5eb9c 100644 --- a/Templates/results.html +++ b/Templates/results.html @@ -13,11 +13,11 @@

{{ operation }} Result

Key Size: {{ keysize }} bits

-

The encrypted message received is: {{ message }}

+

The encrypted message that the Public Key owner received is: {{ message }}

-

The decryption result is: {{ result }}

+

The decryption result of this message is: {{ result }}

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