Skip to content

elliamorse/Authenti-Snap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Hack Midwest 2024!


Made by: Ellia Morse || ellia@ku.edu || elyiagrace

Authenti-Snap 🔒💻

Imagine capturing a screenshot, instantly proving the website it came from, and locking it down as verifiable proof—no hassle, no fuss. That’s exactly what Authenti-Snap does! Think of it as a notary for your screenshots. It securely captures the screenshot, date-time stamp, and website metadata, storing everything using the InterPlanetary File System (IPFS) for seamless integration with blockchain tech. It’s secure, accurate, and tamper-proof. Whether you’re sharing paystubs with your bank 🏦, preparing for a tech-risk audit 📊, maintaining compliance records 📑, or protecting intellectual property 💡, Authenti-Snap is the ultimate web3 solution for digital proof.

What challenges are you building for?

See hackmidwest.com/#prizes for challenge details

  • ✅ Pinata Challenge
  • Pinata AI Challenge
  • ✅ Pinata Enterprise Challenge
  • AWS Bedrock Challenge
  • Red Hat | Intel AI Challenge
  • Zoom Challenge
  • USDA Challenge
  • brAIn Rot Challenge


#Instructions - Tested on Windows

  1. Confirm Python3 is installed

  2. Create a virtual enviroment using: python -m venv testEnv

  3. On the same level as your test enviroment: testEnv\Scripts\activate

  4. Now that you are in your virtual enviroment: pip install -r requirements.txt

  5. Now within Command Prompt: "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir="C:\temp\chrome_debug"

  6. Now go to Pinata and get your API key and Secret key. You'll want to replace the dummy text in screenshot_processor.py

  7. From here, run main_app.py!!

  8. Select "snip" then drag your mouse over your Chrome window to select your area for screenshot

  9. This will automatically capture, hash, and appear in IPFS!

  10. (Optional) Give yourself a pat on the back, you deserve it!

Notes: We launch a chrome debug menu because we want to enable external tools (Selenium) to interact with Chrome’s internal APIs. This is done for tasks such as inspecting, automating, or controlling web pages, which would normally require manual interaction through Chrome’s Developer Tools. In our case, we use this to read the URL

About

Tamper-proof Screenshot Verification - know what you're looking at

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages