What is IPFS?

IPFS is a distributed system for storing and accessing files, websites, applications, and data.

Decentralization makes it possible to download a file from many locations that aren't managed by one organization:

What is the IPFS Content Identifier?

A content identifier, or CID, is a label used to point to material in IPFS. It doesn't indicate where the content is stored, but it forms a kind of address based on the content itself. CIDs are short, regardless of the size of their underlying content.

CIDs are based on the content’s cryptographic hash. That means:

IPFS uses the sha-256 hashing algorithm by default.

You may check a document's authenticity by its hash using one of the Gateway checkers listed on the below website.

https://ipfs.github.io/public-gateway-checker/

Follow the rule:

https://{gateway URL}/ipfs/{content ID}

where gateway URL is an url picked from the gateway checker list, content ID is the IPFS Content Identifier you may find on a public document page.

To learn more about IPFS, visit https://docs.ipfs.io/