Dontopedia

CBC

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)

CBC has 8 facts recorded in Dontopedia across 2 references.

8 facts·5 predicates·2 sources

Mostly:rdf:type(2), is subclass of(1), used by(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (4)

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.

combinesCombines(1)

hasComponentHas Component(1)

supportsSupports(1)

usesModeUses Mode(1)

Other facts (6)

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.

6 facts
PredicateValueRef
Rdf:typeMode[1]
Rdf:typeMode[2]
Is Subclass ofBlock Cipher Mode[1]
Used byCipher Class[2]
Supported byCipher Class[2]
RequiresIv[2]

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.

typebeam/da893bb8-3e00-4088-aaf2-ff0865609118
ex:Mode
labelbeam/da893bb8-3e00-4088-aaf2-ff0865609118
CBC
isSubclassOfbeam/da893bb8-3e00-4088-aaf2-ff0865609118
ex:BlockCipherMode
typebeam/4071f8b8-e9a1-4742-99e5-cb742179315b
ex:Mode
labelbeam/4071f8b8-e9a1-4742-99e5-cb742179315b
CBC
usedBybeam/4071f8b8-e9a1-4742-99e5-cb742179315b
ex:cipher-class
supportedBybeam/4071f8b8-e9a1-4742-99e5-cb742179315b
ex:cipher-class
requiresbeam/4071f8b8-e9a1-4742-99e5-cb742179315b
ex:iv

References (2)

2 references
  1. ctx:claims/beam/da893bb8-3e00-4088-aaf2-ff0865609118
    • full textbeam-chunk
      text/plain1 KBdoc:beam/da893bb8-3e00-4088-aaf2-ff0865609118
      Show excerpt
      cipher = Cipher(algorithms.AES(key), modes.CBC(iv), backend=default_backend()) decryptor = cipher.decryptor() # Decrypt the data. decrypted_padded_data = decryptor.update(encrypted_data) + decryptor.finalize() # Unpad
  2. ctx:claims/beam/4071f8b8-e9a1-4742-99e5-cb742179315b
    • full textbeam-chunk
      text/plain1 KBdoc:beam/4071f8b8-e9a1-4742-99e5-cb742179315b
      Show excerpt
      cipher = Cipher(algorithms.AES(key), modes.CBC(iv), backend=default_backend()) decryptor = cipher.decryptor() # Decrypt the data. decrypted_padded_data = decryptor.update(encrypted_data) + decryptor.finalize() # Unpad

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.