Gcm
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Gcm has 5 facts recorded in Dontopedia across 3 references, with 1 live disagreement.
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Authenticated Encryption Mode[2]sourceall time · F3e1ca30 Ef70 4a48 822e 9a7dd6289540
- Encryption Mode[1]all time · D29180df 64e5 4f7a 9567 D5a5229aebb8
- Encryption Mode[3]all time · F34bd54f 3240 4fbd A9c4 24b4e2545068
Providesprovides
- Authentication[1]all time · D29180df 64e5 4f7a 9567 D5a5229aebb8
Rdfs:labelrdfs:label
- GCM mode[1]all time · D29180df 64e5 4f7a 9567 D5a5229aebb8
Inbound mentions (8)
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.
usesModeUses Mode(3)
- Decrypt Data
ex:decrypt_data - Encrypt Data
ex:encrypt_data - Encryption
ex:encryption
encryptionModeEncryption Mode(2)
- Ecdhe Ecdsa Aes256 Gcm Sha384
ex:ECDHE-ECDSA-AES256-GCM-SHA384 - Ecdhe Rsa Aes256 Gcm Sha384
ex:ECDHE-RSA-AES256-GCM-SHA384
usesEncryptionModeUses Encryption Mode(2)
- Decrypt Data
ex:decrypt_data - Encrypt Data
ex:encrypt_data
rdf:typeRdf:type(1)
- Encryption Mode
ex:encryption_mode
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 (3)
- custom
ctx:claims/beam/d29180df-64e5-4f7a-9567-d5a5229aebb8- full textbeam-chunktext/plain1 KB
doc:beam/d29180df-64e5-4f7a-9567-d5a5229aebb8Show excerpt
plaintext = decryptor.update(ciphertext) + decryptor.finalize() return plaintext # Redis client setup r = redis.Redis(host='localhost', port=6379, db=0) # Example usage password = b'secret_password' salt = os.urandom(16) key = gen…
- custom
ctx:claims/beam/f3e1ca30-ef70-4a48-822e-9a7dd6289540- full textbeam-chunktext/plain1 KB
doc:beam/f3e1ca30-ef70-4a48-822e-9a7dd6289540Show excerpt
from cryptography.hazmat.backends import default_backend from cryptography.exceptions import InvalidTag import os import base64 import redis # Configuration KEY_SIZE = 32 # 256 bits IV_SIZE = 12 # 96 bits for GCM TAG_SIZE = 16 # 128 bit…
- custom
ctx:claims/beam/f34bd54f-3240-4fbd-a9c4-24b4e2545068- full textbeam-chunktext/plain1 KB
doc:beam/f34bd54f-3240-4fbd-a9c4-24b4e2545068Show excerpt
#### Python Example for Testing TLS Connections ```python import ssl import socket host = 'our-storage-host' port = 443 context = ssl.create_default_context() context.minimum_version = ssl.TLSVersion.TLSv1_2 context.set_ciphers('ECDHE-EC…
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.