block size
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
block size has 5 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (1)
Other 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.
ensuresMultipleOfEnsures Multiple of(1)
- Pkcs7
ex:PKCS7
Other facts (4)
The 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 |
|---|---|---|
| Rdf:type | Block Size | [1] |
| Rdf:type | Cryptographic Property | [2] |
| Value | 128 | [1] |
| Unit | bits | [1] |
Timeline
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.
References (2)
ctx:claims/beam/921bed86-c89e-48fd-920f-9216230255eb- full textbeam-chunktext/plain1 KB
doc:beam/921bed86-c89e-48fd-920f-9216230255ebShow excerpt
def encrypt_data(key, data): # Generate a random 128-bit IV. iv = os.urandom(16) # Create a new AES-CBC cipher object. cipher = Cipher(algorithms.AES(key), modes.CBC(iv), backend=default_backend()) encryptor = cipher.en…
ctx:claims/beam/d71b63cf-6419-4ee8-9e80-10f81d233677- full textbeam-chunktext/plain1 KB
doc:beam/d71b63cf-6419-4ee8-9e80-10f81d233677Show excerpt
return os.urandom(24) # Example usage key = generate_key() store_key(key) data = b"This is some sensitive metadata" encrypted_data = encrypt_data(key, data) print(f"Encrypted data: {encrypted_data.hex()}") decrypted_data = decrypt_da…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.