.BDOB

BDOB Datei

Binary Binding Data Object
Frage stellen
SCHNELLE ANTWORT

Eine .bdob-Datei ist ein NATO Binary Binding Data Object: ein kleiner binärer Datensatz, der Metadaten, in der Regel ein Vertraulichkeitslabel, an ein Datenobjekt bindet. Es wird durch den NATO Metadata Binding Mechanism (ADatP-4778) definiert und im binären CBOR-Format gespeichert, was es zum binären Gegenstück der XML-basierten .bdo-Datei macht. Da eine .bdob-Datei eigentlich ein CBOR-Stream ist, öffnet man sie, indem man sie mit einem CBOR-Tool oder einer Bibliothek dekodiert, wodurch die Binärdaten in lesbaren, JSON-ähnlichen Text umgewandelt werden.

Entwickler: NATO Standardization Office (NSO) Kategorie: Datendatei Offener Standard MIME: application/vnd.nato.bindingdataobject+cbor
VERFÜGBAR AUF Windows macOS Linux Web
Verwandt: .PKPASS · .DAT · .JSON · .RIS

Auf dieser Seite

19k+ Erweiterungen indexiert
Zuletzt geprüft Jul 4, 2026

Nicht sicher, was Ihre Datei ist?

Legen Sie eine beliebige Datei in unseren Identifikator - wir lesen nur die ersten Bytes, um das Format zu benennen.

Datei identifizieren

Was ist das BDOB-Dateiformat?

Eine .bdob-Datei ist ein NATO Binary Binding Data Object. Sie bindet Metadaten, meist ein Vertraulichkeitslabel, an ein Datenobjekt, damit die Sensibilität des Objekts verfolgt werden kann, während es zwischen Partnern zum Informationsaustausch bewegt wird. Das Format stammt vom NATO Standardization Office und ist in der Allied Data Publication ADatP-4778 definiert, dem Metadata Binding Mechanism hinter STANAG 4778. IANA registriert es unter dem Medientyp application/vnd.nato.bindingdataobject+cbor.

Eine .bdob-Datei speichert die Bindung in .cbor, der Concise Binary Object Representation, die in RFC 8949 beschrieben ist. Das macht sie zum binären Geschwister der XML-basierten .bdo-Datei, die dasselbe Bindungsmodell als Text überträgt. Die Datei enthält die Metadaten und einen Verweis auf das beschriebene Datenobjekt anstatt der Nutzlast selbst, sodass sie klein bleibt. Eine Bindung kann auch ein COSE-Element enthalten, damit sie für Authentizität und Integrität digital signiert werden kann.

Sie werden .bdob-Dateien hauptsächlich in Verteidigungs- und Regierungssystemen begegnen, die dem Data Centric Security-Ansatz folgen, bei dem jedes gemeinsam genutzte Datenelement mit einem maschinenlesbaren Label reist.

Sicherheit

RISIKO: LOW

A .bdob file is passive data. The IANA registration states it carries no active or executable content, so opening one cannot run code. The main caution is that it may hold a confidentiality label indicating sensitive or classified material, and any COSE signature should be validated before trusting the binding. Referenced data objects live outside the file and must be resolved separately.

Formatdetails

kurz gefasst
VOLLSTÄNDIGER NAMEBinary Binding Data Objectalias Binary Binding Data Object, NATO Binding Data Object (CBOR)
ENTWICKLERNATO Standardization Office (NSO)seit 2020
KATEGORIEDatendatei
MIME TYPEapplication/vnd.nato.bindingdataobject+cbor
TYPBinary (CBOR-encoded structured data)
STANDARDOffen · lizenzfrei
Diese Erweiterung wird auch verwendet von…
  • Generic renamed CBOR data - Some non-NATO applications reuse a .bdob extension informally for arbitrary CBOR-serialized data objects, but that is not a registered format.

Programme zum Öffnen von BDOB-Dateien

Windows3 apps
cbor2 (Python, cbor2.tool) Open Source Install with pip install cbor2, then decode a renamed copy with python -m cbor2.tool file.cbor to print the binding as JSON-like text.
cbor.me (web CBOR playground) Kostenlos Paste the file's bytes (as hex) to decode the CBOR structure into a readable diagnostic view in the browser.
File Viewer Plus Kostenpflichtig Open the .bdob in this multi-format viewer to inspect its bytes when you only need a quick look.
macOS2 apps
cbor2 (Python, cbor2.tool) Open Source Run pip install cbor2 then python -m cbor2.tool yourfile to decode the binding to text.
cbor.me (web CBOR playground) Kostenlos Convert the file's hex bytes to a readable CBOR diagnostic notation in the browser.
Linux3 apps
cbor2 (Python, cbor2.tool) Open Source Install via pip install cbor2 and decode with python -m cbor2.tool file to see the JSON representation.
cbor-diag (Ruby cbor2diag / cbor2pretty) Open Source Install the cbor-diag gem, then pipe the file through cbor2pretty or cbor2diag to render its diagnostic notation.
jq with a CBOR decoder Open Source Convert the .bdob to JSON with a CBOR decoder, then explore the binding and label fields using jq.
Web1 app
cbor.io implementations directory Kostenlos Pick a CBOR library for your language from this official list to parse .bdob files programmatically.

Technische Details

technische Spezifikation
EncodingConcise Binary Object Representation (CBOR), per IETF RFC 8949
Byte orderBig-endian (CBOR head/length fields are network byte order)
ContainerCBOR data item, optionally wrapped in a COSE (RFC 8152 / RFC 9052) structure for signing
CompressionNone (CBOR is a compact binary encoding, not a compressed container)
EncryptionNot encrypted by default; the binding may carry a COSE-tagged element for authentication and integrity, and referenced data objects can be protected separately
IntegrityOptional COSE_Sign / COSE_Mac elements provide digital signatures and integrity protection over the binding
StructureA binding data object associates one or more metadata items (chiefly a STANAG 4774 confidentiality label) with a referenced data object. The CBOR profile encodes the same binding model as the XML .bdo profile, holding the metadata, a reference to the bound data object, and optional signature material.
PlatformsCross-platform
NotesBDOB is the binary sibling of the XML-based .bdo file. Both are profiles of the NATO ADatP-4778 Metadata Binding Mechanism, used within Data Centric Security (DCS) to bind confidentiality metadata to data throughout its lifecycle across information-sharing partners.
Typical sizeSmall, from a few hundred bytes to a few kilobytes, since it holds metadata and references rather than the payload data itself
Veröffentlicht2020
Neueste VersionADatP-4778 (Metadata Binding Mechanism)
Offener StandardJa · lizenzgebührenfrei
Spezifikationwww.iana.org

BDOB-Konvertierungen

Community Q&A

von Nutzern gefragt
Schnelle Frage stellen
Holen Sie sich Hilfe von Menschen, die mit BDOB-Dateien arbeiten. Seien Sie konkret - geben Sie Ihr System und die Softwareversion an.
Kein Konto erforderlich · Antworten meist innerhalb eines Tages

Noch keine Fragen - stellen Sie die erste Frage zu BDOB-Dateien.

Häufig gestellte Fragen

Was ist eine BDOB-Datei?
Es handelt sich um ein NATO Binary Binding Data Object: ein CBOR-kodierter Datensatz, der Metadaten, meist ein Vertraulichkeitslabel, an ein Datenobjekt bindet. Es ist durch den NATO ADatP-4778 Metadata Binding Mechanism definiert und ist die binäre Form der XML-Datei .bdo.
Wie öffne ich eine BDOB-Datei?
Dekodieren Sie sie mit einem CBOR-Tool. Kopieren Sie die Datei in einen Namen mit der Endung .cbor und führen Sie einen Decoder wie Pythons cbor2.tool aus, oder fügen Sie die Hex-Bytes in den cbor.me Web-Viewer ein, um die Struktur als lesbaren Text zu sehen.
Ist eine BDOB-Datei dasselbe wie eine CBOR-Datei?
Die Kodierung ist dieselbe. Eine .bdob ist ein CBOR-Stream, aber die Dateiendung signalisiert, dass ihr Inhalt dem NATO ADatP-4778 Bindungsprofil folgt. Jeder CBOR-Decoder kann die Roh-Bytes lesen, aber nur ADatP-4778-fähige Software interpretiert die Bindungsfelder korrekt.
Was ist der Unterschied zwischen .bdo und .bdob?
Beide tragen dasselbe NATO-Bindungsmodell. Eine .bdo-Datei speichert es als XML-Text, während eine .bdob es als kompakte CBOR-Binärdaten speichert. Die binäre Form ist kleiner und schneller zu parsen, aber ohne Decoder nicht für Menschen lesbar.
Kann ich eine BDOB-Datei in JSON konvertieren?
Ja. Da CBOR das Datenmodell von JSON teilt, kann ein CBOR-Decoder die Bindung als JSON ausgeben. Byte-Strings und CBOR-Tags können als base64 kodiert oder annotiert sein, da JSON keinen nativen Binärtyp hat.
Ist das Öffnen einer BDOB-Datei sicher?
Die Datei selbst enthält keine ausführbaren Inhalte, daher wird beim Öffnen kein Code ausgeführt. Beachten Sie, dass sie über ihr Label auf sensible oder als geheim eingestufte Daten verweisen kann, und Sie sollten jede digitale Signatur überprüfen, bevor Sie sich auf die Bindung verlassen.

Quellen

1IANA media type registration: application/vnd.nato.bindingdataobject+cborwww.iana.org
2RFC 8949: Concise Binary Object Representation (CBOR)www.rfc-editor.org

Weiter entdecken

in der Datenbank

Top-Erweiterungen dieser Woche

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Verwandte Erweiterungen

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

Kostenlose Datei-Tools

Ein Browser-Dateiidentifikator und Bildkonverter - alles läuft auf Ihrem Gerät.

Toolbox öffnen

Dateierweiterungen A-Z durchsuchen