Bahasa Indonesia
Bahasa Indonesia
Appearance
Bahasa Indonesia
Bahasa Indonesia
Appearance
The unique fingerprint every IPFS file receives.
A Content Identifier (CID) is a self-describing label that uniquely identifies a piece of data on IPFS. It's derived from the cryptographic hash of the file's content, combined with metadata about the hashing algorithm and encoding format used.
QmXk7VRz4qoG5Dg8sFL4bYWHpKe4FCIDs that start with Qm use CIDv0 (base58-encoded SHA-256). Newer CIDv1 identifiers start with bafy and support multiple hash functions and encodings.
Every file you upload returns a CID in the API response. Use it to:
ipfs.ninja/ipfs/<CID>GET /file/<CID>| Property | CIDv0 | CIDv1 |
|---|---|---|
| Prefix | Qm... | bafy... |
| Hash function | SHA-256 only | Multiple (SHA-256, Blake2b, etc.) |
| Encoding | Base58 | Multibase (base32, base58, etc.) |
| Self-describing | No | Yes (includes codec + hash info) |