KeyDive

Python tool extracting Widevine L3 keys from Android devices across multiple Android versions, for DRM research/testing.

Link

Related resources

  • video-media-samplesBig Buck Bunny sample videos in multiple resolutions (480p/1080p/1080p60) with H264/AAC, widely cited for browser media testing.
  • MediaInfoLibCanonical cross-platform core library behind MediaInfo, extracting technical and tag metadata from video/audio files across all major OSes.
  • SwWidevine — Swift Widevine CDM ImplementationSwift implementation of Widevine content decryption module logic, targeting macOS/iOS/Windows research use.
  • flutter_vlc_playerFlutter plugin wrapping libVLC for cross-platform video playback on iOS/Android.
  • Better PlayerFlutter video player plugin with HLS/DASH support, subtitles, PiP, DRM (Widevine/FairPlay), caching, and notifications.
  • Castlabs DRM GuideTechnical deep-dive on Widevine/PlayReady/FairPlay DRM, covering CENC vs cbcs encryption mode differences.
  • How to Build a Multi-DRM SetupEngineering guide covering Widevine/FairPlay/PlayReady stack, CENC, license server complexity, and build-vs-buy cost tradeoffs.
  • setup-ffmpegGitHub Action to set up and cache FFmpeg in CI workflows, downloading direct from source with git-master build support.