From 4a702f75ff1ee09f2bcca32e7fadcef84b197118 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 14 May 2022 16:08:07 -0400 Subject: challenge: finish challenge 36 --- challenge/c36.go | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'challenge') diff --git a/challenge/c36.go b/challenge/c36.go index 67c4f1e..97ca150 100644 --- a/challenge/c36.go +++ b/challenge/c36.go @@ -443,3 +443,32 @@ func C36(args []string) { fmt.Println("uknown entity") } } + +// Output: +// +// https://ricketyspace.net/cryptopals/c36.webm +// +// ./cryptopals -c 36 server 12000 +// Waiting for connection... +// Waiting for connection... +// Got connection from 127.0.0.1:39024 +// Waiting for connection... +// Got connection from 127.0.0.1:28151 +// Waiting for connection... +// Got connection from 127.0.0.1:46956 +// Waiting for connection... +// Got connection from 127.0.0.1:3699 +// +// ./cryptopals -c 36 client 12000 +// > register bob +// password> theonjoy +// Registered! +// > login bob +// password> theonjoy +// Logged in! +// bob> logout +// Logged out! +// > login bob +// password> theon +// Login failed: login failed: hmac verification failed +// > ^C -- cgit v1.2.3