aboutsummaryrefslogtreecommitdiffstats
path: root/site/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/index.html')
-rw-r--r--site/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/public/index.html b/site/public/index.html
index d080d8e..09bfdb1 100644
--- a/site/public/index.html
+++ b/site/public/index.html
@@ -217,7 +217,7 @@ The server is programmed in <a href="https://www.service-architecture.com/articl
217<ul> 217<ul>
218<li>Student creates their own 2048 bit RSA <code>keypair</code></li> 218<li>Student creates their own 2048 bit RSA <code>keypair</code></li>
219<li>Downloads <code>Gradecoin</code>'s Public Key from <a href="https://odtuclass.metu.edu.tr/my/">Moodle</a></li> 219<li>Downloads <code>Gradecoin</code>'s Public Key from <a href="https://odtuclass.metu.edu.tr/my/">Moodle</a></li>
220<li>Encrypts their JSON wrapped <code>Public Key</code>, <code>Student ID</code> and one time <code>passwd</code> using Gradecoin's Public Key</li> 220<li>Encrypts their <a href="https://www.json.org/json-en.html">JSON</a> wrapped <code>Public Key</code>, <code>Student ID</code> and one time <code>passwd</code> using Gradecoin's Public Key</li>
221<li>Their public key is now in our database and can be used to sign their JWT's during requests</li> 221<li>Their public key is now in our database and can be used to sign their JWT's during requests</li>
222</ul> 222</ul>
223<h2 id="transaction">/transaction</h2> 223<h2 id="transaction">/transaction</h2>