SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

asymmetrische Verschlüsselung
asymmetric cryptography
cryptographie asymétrique
crittografia asimmetrica
Verschlüsselungsverfahren, bei dem zwei Schlüssel verwendet werden, ein öffentlicher für die Verschlüsselung und ein privater, der geheim zu halten ist, für die Entschlüsselung.
Cryptographie dans laquelle on utilise une paire de clés asymétriques, une clé publique pour chiffrer les données et la clé privée correspondante pour les déchiffrer.
Tecnica crittografica basata sull’uso di una coppia di chiavi, l’una pubblica per la crittazione e l’altra privata per la decrittazione, che deve essere mantenuta segreta.
2024-01-25T07:57:17.0802840Z
54354
https://www.termdat.bk.admin.ch/entry/54354
SearchSecurity, Asymmetric cryptography (public key cryptography), 2019-07 ([Internet, 2020-01-15](https://searchsecurity.techtarget.com/definition/asymmetric-cryptography))
EFD, Bericht der Expertengruppe zur Zukunft der Datenbearbeitung und Datensicherheit, 2018-08-17, S. 53 ([Internet, 2020-01-08](https://www.newsd.admin.ch/newsd/message/attachments/53591.pdf))
Treccani, Enciclopedia, "crittografia" ([Internet, 2020-01-15](http://www.treccani.it/enciclopedia/crittografia_%28Enciclopedia-della-Matematica%29/))
Le grand dictionnaire terminologique, "cryptographie asymétrique" ([Internet, 2020-01-08](http://www.granddictionnaire.com/ficheOqlf.aspx?Id_Fiche=8383537))
EXP: die beiden Schlüssel (unterschiedliche digitale Codes) sind eng miteinander verknüpft und bilden ein Schlüsselpaar, das dem Empfänger einer Nachricht gehört; damit ein Sender einem Empfänger eine verschlüsselte Nachricht schicken kann, muss der Empfänger dem Sender seinen öffentlichen Schlüssel bekanntgeben
nach Elektronik-Kompendium, Verschlüsselung / Chiffrierung ([Internet, 2020-01-09](https://www.elektronik-kompendium.de/sites/net/1907041.htm))
secondo Treccani, Enciclopedia, "crittografia" ([Internet, 2020-01-15](http://www.treccani.it/enciclopedia/crittografia_%28Enciclopedia-della-Matematica%29/))
nach IT Administrator, Lexikon > asymmetrische Verschlüsselung ([Internet, 2020-01-08](https://www.it-administrator.de/lexikon/asymmetrische_verschluesselung.html)), Elektronik-Kompendium, Verschlüsselung / Chiffrierung ([Internet, 2020-01-09](https://www.elektronik-kompendium.de/sites/net/1907041.htm)) und Elektronik-Kompendium, Asymmetrische Kryptografie (Verschlüsselung) ([Internet, 2021-04-06](https://www.elektronik-kompendium.de/sites/net/1910111.htm#:~:text=Ein%20Schl%C3%BCssel%20ist%20der%20%C3%B6ffentliche,dem%20privaten%20Schl%C3%BCssel%20entschl%C3%BCsselt%20werden.))
d'après Le grand dictionnaire terminologique, "cryptographie asymétrique" ([Internet, 2020-01-08](http://www.granddictionnaire.com/ficheOqlf.aspx?Id_Fiche=8383537))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
seeAlso encryption
seeAlso asymmetric key
seeAlso symmetric cryptography
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.