Aes.new
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Aes.new has 15 facts recorded in Dontopedia across 4 references, with 5 live disagreements.
Mostly:rdf:type(4), rdfs:label(3), returns(2)
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Aes.new has 15 facts recorded in Dontopedia across 4 references, with 5 live disagreements.
Mostly:rdf:type(4), rdfs:label(3), returns(2)
returnscalledByhasParametercreatesCipherOther 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.
createdByCreated by(3)ex:cipher_suiteex:cipher_suiteex:crypto_cipher_suitecallsCalls(2)ex:decrypt_dataex:encrypt_dataassignedByAssigned by(1)ex:cipherpassesToPasses to(1)ex:decrypt_datausedByUsed by(1)ex:AES.MODE_EAXusesFunctionUses Function(1)ex:create-aes-cipher-instanceTimeline 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/b6016a72-b321-4ad1-9e53-d736fc632c0bsecret = client.secrets.kv.v2.read_secret_version(path=key_name) return secret['data']['data']['key'] except Exception as e: logger.error(f"Key retrieval error: {e}") raise def encrypt_data(data, key): …
doc:beam/40e3f7ce-50a4-4e4c-97e9-7a78a911963esecret = client.secrets.kv.v2.read_secret_version(path=key_name) return secret['data']['data'] except Exception as e: logger.error(f"Key retrieval error: {e}") raise def encrypt_data(data, key): ciph…
doc:beam/e0cddcd3-e499-4d55-b480-d432032c8a4eciphertext, tag = cipher_suite.encrypt_and_digest(data) return {'ciphertext': ciphertext, 'tag': tag, 'nonce': cipher_suite.nonce} def decrypt_data(encrypted_data, key): cipher_suite = AES.new(key, AES.MODE_EAX, nonce=encrypted…
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.