From 8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 22 May 2023 15:50:26 +0300 Subject: Update password character and broken link And fix a few typos --- content/register_docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/register_docs.md') diff --git a/content/register_docs.md b/content/register_docs.md index 9f5596e..f5bd11d 100644 --- a/content/register_docs.md +++ b/content/register_docs.md @@ -4,19 +4,19 @@ description = "Register Documentation" weight = 3 +++ -Here you can authenticate yourself with the system with **your own RSA keypair**. +Here you can authenticate yourself with the system with **your own RSA key pair**. 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. # Authentication Process > 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. +- Gradecoin's Public Key (`gradecoin_public_key`) is listed on our Moodle page and [here](/gradecoin.pub). Download and load it to your client. - 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", - "passwd": "15 char secret", + "passwd": "32 char secret", "public_key": "---BEGIN PUBLIC KEY..." } ``` -- cgit v1.2.3-70-g09d2