Secure Sock
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
Secure Sock has 25 facts recorded in Dontopedia across 2 references, with 2 live disagreements.
Mostly:has method(4), rdf:type(2), negotiates(1)
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
Secure Sock has 25 facts recorded in Dontopedia across 2 references, with 2 live disagreements.
Mostly:has method(4), rdf:type(2), negotiates(1)
negotiateslistensForlistensOnclosedAftercreatedBeforeisServerSiderdfs:labellistenArgumentbindArgumentOther subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. “X motherOf this subject” — and answer questions the forward facts can't. Grouped by predicate.
transmittedOverTransmitted Over(2)ex:encrypted_dataex:iv_and_encrypted_datacreatedAfterCreated After(1)ex:client_sockisBoundAddressIs Bound Address(1)ex:localhostisBoundPortIs Bound Port(1)ex:port443isContainedInIs Contained in(1)ex:sockThe long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Is Assigned | context.wrap_socket(sock, server_side=True) | [1] |
| Closed by | Secure Sock.close | [2] |
| Transmits | Iv and Encrypted Data | [2] |
| Closes | Connection | [2] |
| Sends | Iv and Encrypted Data | [2] |
| Connects to | Example.com:443 | [2] |
| Server Hostname | example.com | [2] |
| Wraps | Sock | [2] |
| Created by | Context.wrap Socket | [2] |
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
doc:beam/8fb13a55-88ef-4f43-8079-b3e6754bf278sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) secure_sock = context.wrap_socket(sock, server_side=True) # Bind and listen for incoming connections secure_sock.bind(('localhost', 443)) secure_sock.listen(5) # Accept the connecti…
doc:beam/2483192e-5cd7-4a9a-975c-0bf2844cc7c3from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC from cryptography.hazmat.primitives import hashes from cryptography.hazmat.backends import default_backend import os # Generate an AES-128 key backend = default_backend() sal…
Dontopedia is in a read-only public launch. Follow the references and disputed branches now; contributions will open after durable identity and moderation are in place.