Skip to content

This web application allows for consumers to trace the origin of a product to ensure authenticity. All records related to a product are protected cryptographically.

Notifications You must be signed in to change notification settings

TaffCodes/verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A[Start Verification] --> B{All Hashes Match?}
B -->|No| C[Mark Invalid]
B -->|Yes| D{All Signatures Valid?}
D -->|No| C
D -->|Yes| E{Product Recalled?}
E -->|Yes| C
E -->|No| F[Mark Valid]

About

This web application allows for consumers to trace the origin of a product to ensure authenticity. All records related to a product are protected cryptographically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages