← Back to all apps

ProofX

Productivityby CyberSec AI Ltd
Launched Mar 11, 2026 on ChatGPT

ProofX protects your digital content with cryptographic signatures.

What you can do:

  • Protect your articles, poems, scripts, code, and text with tamper-proof cryptographic proof
  • Verify if content is registered with ProofX using a content ID or hash
  • Look up creator profiles and their protection history
  • Get digital fingerprints of your content

How it works: 1. Connect your ProofX account (free signup at proofx.co.uk) 2. Ask ChatGPT to protect your content 3. Get a verification link anyone can use to prove you created it

Used by 300+ creators including photographers, writers, journalists, and musicians.

6ChatGPT Tools
CyberSec AI LtdDeveloper
ProductivityCategory

Available Tools

Compute Hash

compute_hash
Full Description

Compute the SHA-256 hash of text content. Useful for creating a fingerprint of content for verification purposes.

Parameters (1 required)
Required
textstring

The text content to hash

Get Creator

get_creator
Full Description

Look up a ProofX creator's profile, including their identity, certificate details, and content count. Use this when a user wants to learn about a content creator registered on ProofX.

Parameters (1 required)
Required
creator_idstring

The ProofX creator ID (8-character hex string, e.g. 'c1c15c6c')

My Account

my_account
Full Description

Show the current user's ProofX account information including their creator ID, plan, and content count. Use this when a user wants to check their ProofX account status.

Protect Content

protect_content
Full Description

Register and protect digital content with ProofX cryptographic signatures. Computes the SHA-256 hash and registers it with ProofX for tamper-proof protection. Use this when a user wants to protect their text, article, poem, script, code, or other content they created. The user must provide their creator_id (get one free at proofx.co.uk).

Parameters (1 required, 2 optional)
Required
content_textstring

The text content to protect (article, poem, script, code, lyrics, etc.)

Optional
creator_idstring

ProofX creator ID (8-char hex). If not provided, uses the authenticated session. Get one free at proofx.co.uk

titlestring

A title for the content being protected

Default: Untitled

Verify Content

verify_content
Full Description

Check if digital content is protected with ProofX. Returns the creator, protection date, signature status, and content details. Use this when a user wants to verify if an image, video, or document has been registered with ProofX.

Parameters (1 required)
Required
content_idstring

The ProofX content ID (8-character hex string, e.g. 'a1b2c3d4')

Verify Hash

verify_hash
Full Description

Verify content authenticity by its SHA-256 hash. Use this when a user has a file and wants to check if it's been registered with ProofX without uploading it. The user should compute the SHA-256 hash of their file first.

Parameters (1 required)
Required
hashstring

The SHA-256 hash of the file (64-character hex string)