Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ server.py
File
server.py
src/11/simple_authentication_of_clients/server.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
socket
import
socket, AF_INET, SOCK_STREAM
2
from
auth
import
server_authenticate
3
4
secret_key = b
'peekaboo'
Callers
nothing calls this directly
Calls
1
echo_server
Function · 0.70
Tested by
no test coverage detected