diff options
author | Yigit Sever | 2021-04-16 15:56:25 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:56:25 +0300 |
commit | 00b705a44efa1ca8e1d2ea7426e9a6cf5537dfca (patch) | |
tree | bbe02581cfb6ecfb07592869db05c6d20dfbeaef /site | |
parent | 8406b4029dacc006166267be8c74d5ef3d3c25b9 (diff) | |
parent | d47be0c8daa240b0f34fc96582251513878133d8 (diff) | |
download | gradecoin-00b705a44efa1ca8e1d2ea7426e9a6cf5537dfca.tar.gz gradecoin-00b705a44efa1ca8e1d2ea7426e9a6cf5537dfca.tar.bz2 gradecoin-00b705a44efa1ca8e1d2ea7426e9a6cf5537dfca.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site')
-rw-r--r-- | site/content/_index.md | 2 |
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 |