Skip to content

Syko12345/SecretScanTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Secret Scanning

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 ConductMIT License

Owner login scan tool

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.

Quick start

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

About

GitHub Skills: Introduction to Secret Scanning

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages