cred-helper done

This commit is contained in:
Mars Ultor
2025-04-19 22:09:24 -05:00
parent 856c4ddb36
commit 0fc3887ad0
2144 changed files with 25460 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Steps in the auth scheme
1. sever issues a packet with an PoW challenge
2. client breaks the challenge, and send the data encrypted by its RSA private key
2. client breaks the challenge, and send the data encrypted by its eliptical signing private key
3. server checks against all public keys on file till the right matching one is found
4. server sends ephemeral public key | possible second layer security
5. client sends ephemeral public key | possible second layer security