HomeWorkBoomShare: Enterprise-Grade Secure Screen Intelligence
BoomShare: Enterprise-Grade Secure Screen Intelligence
2024-04-01Cross-Platform Desktop Engineering / SaaSCASA Tier 2 Verified

BoomShare: Enterprise-Grade Secure Screen Intelligence

frontend

ElectronReactTailwind CSS

backend

Node.jsExpress

infrastructure

Google Cloud PlatformOAuth 2.0Google Drive API

processing

FFmpegWebRTCDesktopCapturer API

The Problem

Enterprise teams often leak sensitive data using 'free' screen recorders that store videos on unverified third-party servers. Companies needed a solution that kept data within their own Google Workspace perimeter while maintaining the speed of a startup tool.

Technical Solution

BoomShare utilizes a custom FFmpeg pipeline to transcode raw desktop fragments into highly compressed MP4 containers in real-time. To meet Google's CASA Tier 2 requirements, I implemented a 'Zero-Trust' architecture where the application never sees the user Google password, and video data is piped directly from the local machine to the user Drive via encrypted TLS 1.3 streams.

Security And Compliance

Google CASA (Tier 2)
Implementation of Secure IPC (Inter-Process Communication) to prevent remote code execution.
Strict OAuth 2.0 Scope limitation (Restricted Scopes) for maximum user privacy.
Automated vulnerability scanning integrated into the CI/CD pipeline.

Key Modules

Smart-Upload Engine

Handles resumable, chunked uploads to Google Drive, ensuring 0% data loss even on unstable internet connections.

Local-First Processing

Uses local hardware acceleration (GPU) for video encoding, reducing CPU usage by 60% compared to standard web-based recorders.

Outcome

Successfully passed the 2024 Google Security Audit. The tool is now used as a secure alternative for high-privacy industries including Finance and Software Consulting.