.BDOB

File BDOB

Binary Binding Data Object
Fai una domanda
RISPOSTA RAPIDA

Un file .bdob è un NATO Binary Binding Data Object: un piccolo record binario che associa metadati, solitamente un'etichetta di riservatezza, a un oggetto dati. È definito dal NATO Metadata Binding Mechanism (ADatP-4778) e memorizzato nel formato binario CBOR, rendendolo la controparte binaria del file XML .bdo. Poiché un .bdob è in realtà un flusso CBOR, si apre decodificandolo con uno strumento o una libreria CBOR, che trasforma il binario in testo leggibile simile a JSON.

Sviluppatore: NATO Standardization Office (NSO) Categoria: File di dati Standard aperto MIME: application/vnd.nato.bindingdataobject+cbor
SI APRE SU Windows macOS Linux Web
Correlati: .PKPASS · .DAT · .JSON · .RIS

In questa pagina

19k+ estensioni indicizzate
Ultima revisione Jul 4, 2026

Non sei sicuro di cosa sia il tuo file?

Trascina qualsiasi file nel nostro identificatore - leggiamo solo i primi byte per dare un nome al formato.

Identifica un file

Che cos'è il formato di file BDOB?

Un file .bdob è un NATO Binary Binding Data Object. Associa metadati, più spesso un'etichetta di riservatezza, a un oggetto dati in modo che la sensibilità dell'oggetto possa essere tracciata mentre si sposta tra i partner di condivisione delle informazioni. Il formato proviene dal NATO Standardization Office ed è definito nella Allied Data Publication ADatP-4778, il Metadata Binding Mechanism alla base dello STANAG 4778. IANA lo registra sotto il tipo di media application/vnd.nato.bindingdataobject+cbor.

Un file .bdob memorizza l'associazione in .cbor, la Concise Binary Object Representation descritta in RFC 8949. Ciò lo rende il fratello binario del file .bdo basato su XML, che trasporta lo stesso modello di associazione come testo. Il file contiene i metadati e un riferimento all'oggetto dati che descrive, piuttosto che il payload stesso, quindi rimane di piccole dimensioni. Un'associazione può anche includere un elemento COSE in modo da poter essere firmata digitalmente per l'autenticazione e l'integrità.

Incontrerete i file .bdob principalmente nei sistemi di difesa e governativi che seguono l'approccio Data Centric Security, dove ogni pezzo di dati condivisi viaggia con un'etichetta leggibile dalla macchina.

Sicurezza e incolumità

RISCHIO: 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.

Dettagli del formato

in sintesi
NOME COMPLETOBinary Binding Data Objectanche noto come Binary Binding Data Object, NATO Binding Data Object (CBOR)
SVILUPPATORENATO Standardization Office (NSO)dal 2020
CATEGORIAFile di dati
TIPO MIMEapplication/vnd.nato.bindingdataobject+cbor
TIPOBinary (CBOR-encoded structured data)
STANDARDAperto · royalty-free
Questa estensione è usata anche da…
  • 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.

Programmi che aprono file BDOB

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) Gratuito Paste the file's bytes (as hex) to decode the CBOR structure into a readable diagnostic view in the browser.
File Viewer Plus A pagamento 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) Gratuito 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 Gratuito Pick a CBOR library for your language from this official list to parse .bdob files programmatically.

Dettagli tecnici

specifiche approfondite
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
Rilasciato2020
Ultima versioneADatP-4778 (Metadata Binding Mechanism)
Standard aperto · royalty-free
Specificawww.iana.org

Conversioni BDOB

Domande e risposte della community

chiesto dagli utenti
Fai una domanda veloce
Ottieni aiuto da persone che lavorano con i file BDOB. Sii specifico - includi il tuo sistema e la versione del software.
Nessun account necessario · risposte solitamente entro un giorno

Ancora nessuna domanda - sii il primo a chiedere informazioni sui file BDOB.

Domande frequenti

Cos'è un file BDOB?
È un NATO Binary Binding Data Object: un record codificato in CBOR che associa metadati, solitamente un'etichetta di riservatezza, a un oggetto dati. È definito dal NATO ADatP-4778 Metadata Binding Mechanism ed è la forma binaria del file XML .bdo.
Come apro un file BDOB?
Decodificatelo con uno strumento CBOR. Copiate il file con un nome .cbor ed eseguite un decodificatore come cbor2.tool di Python, oppure incollate i suoi byte esadecimali nel visualizzatore web cbor.me per vedere la struttura come testo leggibile.
Un file BDOB è uguale a un file CBOR?
La codifica è la stessa. Un .bdob è un flusso CBOR, ma l'estensione segnala che i suoi contenuti seguono il profilo di associazione NATO ADatP-4778. Qualsiasi decodificatore CBOR può leggere i byte grezzi, ma solo il software compatibile con ADatP-4778 interpreta correttamente i campi di associazione.
Qual è la differenza tra .bdo e .bdob?
Entrambi trasportano lo stesso modello di associazione NATO. Un file .bdo lo memorizza come testo XML, mentre un .bdob lo memorizza come binario compatto CBOR. La forma binaria è più piccola e veloce da analizzare ma non è leggibile dall'uomo senza un decodificatore.
Posso convertire un file BDOB in JSON?
Sì. Poiché CBOR condivide il modello di dati di JSON, un decodificatore CBOR può emettere l'associazione come JSON. Le stringhe di byte e i tag CBOR possono essere codificati come base64 o annotati, poiché JSON non ha un tipo binario nativo.
Un file BDOB è sicuro da aprire?
Il file stesso non contiene contenuti eseguibili, quindi aprirlo non eseguirà codice. Tenete presente che potrebbe fare riferimento a dati sensibili o classificati tramite la sua etichetta, e dovreste verificare qualsiasi firma digitale prima di fare affidamento sull'associazione.

Riferimenti

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

Continua a esplorare

nel database

Migliori estensioni della settimana

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.PARTPartial Download File
4.MDMarkdown Document
5.RPMSGRestricted Permission Message
6.CRDOWNLOADChrome Partial Download File
7.NOMEDIAAndroid No-Media Marker File
8.PRDXSoftMaker Presentations Document
9.PRO6XProPresenter 6 Bundle File
10.SWFSmall Web Format (Shockwave Flash)

Estensioni correlate

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

Strumenti file gratuiti

Un identificatore di file e convertitore di immagini nel browser - tutto viene eseguito sul tuo dispositivo.

Apri la cassetta degli attrezzi

Sfoglia le estensioni dei file A-Z