Skip to content

πŸ† MehrGuard v2.0.36 - KotlinConf 2025-2026 Contest Submission

Latest

Choose a tag to compare

@Raoof128 Raoof128 released this 02 Jan 19:57

πŸ›‘οΈ Mehr Guard v2.0.36 β€” KotlinConf 2025-2026 Contest Submission

Privacy-first QR phishing detection across 5 Kotlin Multiplatform targets.


πŸ“₯ Downloads

Platform Artifact Notes
Android MehrGuard-2.0.36-debug.apk Debug-signed, ready to install
iOS Build from Xcode See Quick Start below
Web Live Demo No install required
Desktop ./gradlew :desktopApp:run JDK 17+ required

⚑ 60-Second Judge Path

  1. Download APK β†’ Install on Android 8+ device
  2. Open Web Demo β†’ Paste paypa1-secure.tk to test
  3. Run ./judge/verify_offline.sh β†’ Proves zero network calls

πŸ“‹ Key Files

File Purpose
JUDGE_QUICKSTART.md 5-minute verification guide
ESSAY.md Competition essay (327 words)
JUDGE_VERIFICATION_SUMMARY.md Audit results with commands
docs/VIDEO_DEMO.md Video demonstration

πŸ” APK Verification

shasum -a 256 MehrGuard-2.0.36-debug.apk
# fada638e9bb60d833e0ed2b422b69f8291bc508f3c5873e474c68d6c2b74fad3

βœ… Verified Claims

  • 100% Offline β€” Zero network calls during analysis
  • 87% F1 Score β€” Precision 85%, Recall 89%
  • <5ms Latency β€” P50 median analysis time
  • 5 Platforms β€” Android, iOS, Desktop, Web JS, Web Wasm