Drop a file or paste text and compute its CIDv1 (Content Identifier, version 1) entirely in your browser using WebCrypto SHA-256. Outputs the CID string in base32 lowercase multibase encoding, along with the full multihash breakdown (function code, digest length, digest hex, and CID bytes). Use it to verify what tokenURI your file will resolve to on IPFS before minting, without uploading anything to a pinning service.
ipfs add --cid-version=1 under the same codec. The file never leaves your browser. No pinning, no upload, no network calls.ipfs add uses by default for file chunking (note: multi-chunk files will differ from the raw CID).