diff --git a/rsaserver.go b/rsaserver.go index 8abdd8e..188eab7 100644 --- a/rsaserver.go +++ b/rsaserver.go @@ -80,6 +80,8 @@ func handleConnection(conn net.Conn, privateKey *rsa.PrivateKey) { uid, _ := decryptKeyIV(uidData,privateKey) conn.Write([]byte("Received UID\n")) + fmt.Println("Exchange, OK!") + var ciphertext []byte var chunk string var plaintext []byte