Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrustCam

Image verification and authentication for security cameras.

Warning

This is a prototype verification system and is not secure against hardware cryptography attacks. For a production-ready version, move the signature generation to a circuit within the image sensor itself (sign image data before OS can access it) and wrap the image sensor with a tamper responent mechanism that prevents the camera from authenticating if any tampering is detected. Examples include resetting or nullifying the signing key, or leaving a permenant visible change on the camera which a human can observe.

Installation

sudo apt install zbar-tools libzbar-dev
sudo apt install python3-zbar
pip install -r ui/requirements.txt

Run UI

python ui/verification_ui.py

About

Image verification and authentication for security cameras.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages