Hey Syko12345!
Mona here. I'm done preparing your exercise. Hope you enjoy! 💚
Remember, it's self-paced so feel free to take a break! ☕️
© 2025 GitHub • Code of Conduct • MIT License
This repository now includes a minimal owner verification tool in owner_scan_auth.py.
It stores a hashed owner scan signature and denies login when the new scan does not match the enrolled owner signature.
python owner_scan_auth.py --database owner_scans.json enroll alice "FaceVector:12345"
python owner_scan_auth.py --database owner_scans.json login alice "FaceVector:12345" # Access granted
python owner_scan_auth.py --database owner_scans.json login alice "FaceVector:wrong" # Access denied