Skip to content

VeriPublicLogs/VERI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

VERI

VERI is a web tool that generates cryptographic proof IDs to timestamp files and digital interactions.

The goal is simple:

Create a verifiable record that something existed at a specific moment in time.

How it works

  1. Upload a file
  2. VERI generates cryptographic hashes
  3. A proof ID and timestamp are created
  4. Anyone can verify the file later using the proof ID

If the file was modified, verification fails.

Use cases

  • Prove a file existed before a certain date
  • Document agreements or communications
  • Preserve digital evidence
  • Verify file integrity

Example workflow

Party A

  1. Uploads a file
  2. Receives a Proof ID
  3. Shares the Proof ID with Party B

Party B

  1. Uploads the same file
  2. Enters the Proof ID
  3. VERI confirms whether the file matches

Website

https://veriroot.org

Disclaimer

VERI is a timestamp and verification tool.

It does not verify identity, legal ownership, or authenticity of submitted content.