Dontopedia
Explore

Block Size

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

Block Size has 21 facts recorded in Dontopedia across 5 references, with 4 live disagreements.

21 facts·11 predicates·5 sources·4 in dispute

Mostly:rdf:type(5), value(3), unit(3)

Maturity scale raw canonical shape-checked rule-derived certified

Rdf:typein disputerdf:type

Valuein disputevalue

  • 128[1]all time · 921bed86 C89e 48fd 920f 9216230255eb
  • 16[4]sourceall time · 1f1133bf 2196 46a5 Abd6 8b0c80cedf3e
  • 128[5]sourceall time · Cd6ee92a 5437 4fd1 B8ef 0c0c8548d120

Unitin disputeunit

  • bits[5]all time · Cd6ee92a 5437 4fd1 B8ef 0c0c8548d120
  • bytes[3]all time · 901c90f7 6b68 4e8f Bbc8 2d84f939b1f4
  • bits[1]all time · 921bed86 C89e 48fd 920f 9216230255eb

Applies toin disputeappliesTo

  • Aes[1]all time · 921bed86 C89e 48fd 920f 9216230255eb
  • Aes[2]sourceall time · 894bdef4 820b 4cb4 B3a0 9afb955863b9

Has ValuehasValue

  • 16[2]sourceall time · 894bdef4 820b 4cb4 B3a0 9afb955863b9
  • 16[3]sourceall time · 901c90f7 6b68 4e8f Bbc8 2d84f939b1f4

Used byusedBy

  • Pkcs7[3]sourceall time · 901c90f7 6b68 4e8f Bbc8 2d84f939b1f4

Is Property ofisPropertyOf

  • Aes[2]sourceall time · 894bdef4 820b 4cb4 B3a0 9afb955863b9

Applies to AlgorithmappliesToAlgorithm

  • Aes[2]sourceall time · 894bdef4 820b 4cb4 B3a0 9afb955863b9

Has UnithasUnit

  • bytes[2]sourceall time · 894bdef4 820b 4cb4 B3a0 9afb955863b9

Rdfs:labelrdfs:label

  • block size[2]sourceall time · 894bdef4 820b 4cb4 B3a0 9afb955863b9

Specified AsspecifiedAs

  • 16_bytes[2]sourceall time · 894bdef4 820b 4cb4 B3a0 9afb955863b9

Inbound mentions (7)

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.

usesUses(3)

hasBlockSizeHas Block Size(2)

hasAttributeHas Attribute(1)

requiresPaddingRequires Padding(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.

appliesTobeam/921bed86-c89e-48fd-920f-9216230255eb
ex:AES
appliesTobeam/894bdef4-820b-4cb4-b3a0-9afb955863b9
ex:AES
appliesToAlgorithmbeam/894bdef4-820b-4cb4-b3a0-9afb955863b9
ex:AES
hasUnitbeam/894bdef4-820b-4cb4-b3a0-9afb955863b9
bytes
hasValuebeam/894bdef4-820b-4cb4-b3a0-9afb955863b9
16
hasValuebeam/901c90f7-6b68-4e8f-bbc8-2d84f939b1f4
16
isPropertyOfbeam/894bdef4-820b-4cb4-b3a0-9afb955863b9
ex:AES
labelbeam/894bdef4-820b-4cb4-b3a0-9afb955863b9
block size
typebeam/1f1133bf-2196-46a5-abd6-8b0c80cedf3e
ex:Constant
typebeam/901c90f7-6b68-4e8f-bbc8-2d84f939b1f4
ex:Constant
typebeam/921bed86-c89e-48fd-920f-9216230255eb
ex:CryptographicParameter
typebeam/cd6ee92a-5437-4fd1-b8ef-0c0c8548d120
ex:CryptographicParameter
typebeam/894bdef4-820b-4cb4-b3a0-9afb955863b9
ex:TechnicalParameter
specifiedAsbeam/894bdef4-820b-4cb4-b3a0-9afb955863b9
16_bytes
unitbeam/cd6ee92a-5437-4fd1-b8ef-0c0c8548d120
bits
unitbeam/901c90f7-6b68-4e8f-bbc8-2d84f939b1f4
bytes
unitbeam/921bed86-c89e-48fd-920f-9216230255eb
bits
usedBybeam/901c90f7-6b68-4e8f-bbc8-2d84f939b1f4
ex:PKCS7
valuebeam/921bed86-c89e-48fd-920f-9216230255eb
128
valuebeam/1f1133bf-2196-46a5-abd6-8b0c80cedf3e
16
valuebeam/cd6ee92a-5437-4fd1-b8ef-0c0c8548d120
128

References (5)

5 references
  1. [1]beam-chunk4 facts
    customctx:claims/beam/921bed86-c89e-48fd-920f-9216230255eb
    • full textbeam-chunk
      text/plain1 KBdoc:beam/921bed86-c89e-48fd-920f-9216230255eb
      Show 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
  2. [2]beam-chunk8 facts
    customctx:claims/beam/894bdef4-820b-4cb4-b3a0-9afb955863b9
    • full textbeam-chunk
      text/plain1 KBdoc:beam/894bdef4-820b-4cb4-b3a0-9afb955863b9
      Show excerpt
      return encrypted_vector # Example usage: vector = b'Hello, World!' encrypted_vector = encrypt_vector(vector) print(encrypted_vector) ``` Can you help me identify the issue and provide a corrected version of the code? ->-> 5,7 [Turn 49
  3. [3]beam-chunk4 facts
    customctx:claims/beam/901c90f7-6b68-4e8f-bbc8-2d84f939b1f4
    • full textbeam-chunk
      text/plain1 KBdoc:beam/901c90f7-6b68-4e8f-bbc8-2d84f939b1f4
      Show excerpt
      ) key = kdf.derive(password) iv = os.urandom(16) # 128 bits return key, iv # Encrypt data def encrypt_data(key: bytes, iv: bytes, data: bytes) -> bytes: cipher = Cipher(algorithms.AES(key), modes.CBC(iv), backend=defau
  4. [4]beam-chunk2 facts
    customctx:claims/beam/1f1133bf-2196-46a5-abd6-8b0c80cedf3e
    • full textbeam-chunk
      text/plain1 KBdoc:beam/1f1133bf-2196-46a5-abd6-8b0c80cedf3e
      Show excerpt
      padded_data = data.encode() + b'\0' * (16 - len(data) % 16) # Padding to block size ciphertext = encryptor.update(padded_data) + encryptor.finalize() return base64.b64encode(ciphertext).decode() def decrypt_data(encrypted_data
  5. [5]beam-chunk3 facts
    customctx:claims/beam/cd6ee92a-5437-4fd1-b8ef-0c0c8548d120
    • full textbeam-chunk
      text/plain1 KBdoc:beam/cd6ee92a-5437-4fd1-b8ef-0c0c8548d120
      Show excerpt
      Here's an updated version of your code with proper handling of padding and IV: ```python import os from cryptography.hazmat.primitives import padding from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes from cryptog

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.