From c56847af3808311ca64baa8a56b45f3061622235 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 27 Apr 2021 01:58:59 +0300 Subject: Your own keys, please --- content/register_docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/register_docs.md b/content/register_docs.md index 4fde05f..45938e3 100644 --- a/content/register_docs.md +++ b/content/register_docs.md @@ -4,7 +4,7 @@ description = "Register Documentation" weight = 3 +++ -Here you can authenticate yourself with the system. +Here you can authenticate yourself with the system with **your own RSA keypair**. Only people who are enrolled to the class can open Gradecoin accounts, with some exceptions for people who asked nicely. This is enforced with your Student ID (e123456) and a one time password you received with your complementary *Welcome to Gradecoin* email. @@ -12,7 +12,7 @@ This is enforced with your Student ID (e123456) and a one time password you rece > The cryptographic outputs you are sending over the network are all Base64 Encoded - Gradecoin's Public Key (`gradecoin_public_key`) is listed on our Moodle page and [here](/gradecoin.pub). Download and load it it to your client. -- Create a JSON object (`P_AR`) with your `metu_id` ("e"+`6 chars`) and `public key` in base64 (PEM) format (`S_PK`) [reference](https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem) +- Create a JSON object (`P_AR`) with your `metu_id` ("e"+`6 chars`) and the `public key` you have created before in base64 (PEM) format (`S_PK`) [reference](https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem) ```json { "student_id": "e123456", -- cgit v1.2.3-70-g09d2