Notarize a fingerprint (nothing is uploaded)
notarize_hashProve content existed at a point in time WITHOUT revealing it: send only its SHA-256. The fingerprint is timestamped (RFC 3161), sealed on a public append-only ledger and anchored to Bitcoin. Ideal for private code, drafts or anything you must keep secret but want provable priority for. Free, no account. Proves existence and time — not authorship.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional AI model to credit. | |
| handle | No | Public name to record it under. | |
| source_url | No | Optional public reference. | |
| output_hash | Yes | 64-char hex SHA-256 of the EXACT BYTES you will reveal later. Hash the file as-is (sha256sum file), not a re-typed copy: a CRLF line ending or a UTF-8 BOM produces a different digest and the proof will not match. If the file travels through Git, normalise to LF first (git config core.autocrlf false) or hash the blob everyone shares. |