aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralpaylan2021-04-16 15:49:17 +0300
committeralpaylan2021-04-16 15:49:17 +0300
commit7e44cbd925d862f7e2f7ac9007b980417f0aa3df (patch)
treeceb63bf36f31d1714ffba0d59bba4cedbf844172
parent9accc6708297aa6df881a3c13222052a2209ea0d (diff)
downloadgradecoin-7e44cbd925d862f7e2f7ac9007b980417f0aa3df.tar.gz
gradecoin-7e44cbd925d862f7e2f7ac9007b980417f0aa3df.tar.bz2
gradecoin-7e44cbd925d862f7e2f7ac9007b980417f0aa3df.zip
link to json
-rw-r--r--site/content/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/_index.md b/site/content/_index.md
index 66d270f..e3b798b 100644
--- a/site/content/_index.md
+++ b/site/content/_index.md
@@ -37,7 +37,7 @@ Gradecoin uses 2048 bit RSA keyspairs.
37## /register 37## /register
38- Student creates their own 2048 bit RSA `keypair` 38- Student creates their own 2048 bit RSA `keypair`
39- Downloads `Gradecoin`'s Public Key from [Moodle](https://odtuclass.metu.edu.tr/my/) 39- Downloads `Gradecoin`'s Public Key from [Moodle](https://odtuclass.metu.edu.tr/my/)
40- Encrypts their JSON wrapped `Public Key`, `Student ID` and one time `passwd` using Gradecoin's Public Key 40- Encrypts their [JSON](https://www.json.org/json-en.html) wrapped `Public Key`, `Student ID` and one time `passwd` using Gradecoin's Public Key
41- Their public key is now in our database and can be used to sign their JWT's during requests 41- Their public key is now in our database and can be used to sign their JWT's during requests
42 42
43## /transaction 43## /transaction