8000 Releases · jweese74/PixlKey · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jweese74/PixlKey

Alpha Release – v0.3.0

02 Jul 19:25
Compare
Choose a tag to compare
Pre-release

🚧 Alpha Release – v0.3.0

This is the first public Alpha of PixlKey, the digital fingerprinting and provenance toolkit formerly known as ImageProof.

This build is experimental and includes major architectural components, but is not yet security-hardened or ready for production. Please test with non-critical assets.


🔨 What's Included

  • 🔐 Session-based user authentication with CSRF protection
  • 🖼️ Upload and watermark image files (PNG, JPG, WebP)
  • 🧾 Metadata embedding via ExifTool
  • 📦 ZIP packaging of processed images and Markdown certificate
  • 🪪 License & watermark template management per user

⚠️ Known Limitations

  • No rate limiting or brute-force protection on login/registration
  • Upload/mime validation requires hardening
  • Error handling is minimal; backend crashes possible on malformed inputs
  • No frontend polish or mobile responsiveness

🛠 Deployment Notes

  • Requires PHP 8.3+, Apache/Nginx, ImageMagick, ExifTool, and Python 3.12+
  • Use .env or Apache SetEnv to configure credentials and upload limits

📥 How to Test

git checkout v0.3.0-alpha
0