Client SDK & Integration
Closed alpha testing
To simplify integration and ensure strict security standards, Envorum provides an official Web SDK. This library abstracts the complexity of cryptographic operations, network interactions, and data preprocessing, allowing developers to focus on business logic.
1. Core Capabilities
The SDK acts as an intelligent intermediary between the client application and the Cloud API:
🕵️ On-Device Forensics
The library performs extraction and normalization of metadata (EXIF, XMP) and generates Perceptual Hashes (pHash) directly within the user's browser. This enables anomaly detection before data is even sent to the server.
🛡️ Zero-Knowledge Encryption
The SDK automatically manages the JWE payload encryption cycle. Developers are not required to manually implement RSA/AES algorithms - the library guarantees that confidential data leaves the client environment only in an encrypted state.
📡 Smart Request Construction
Handles the automatic formatting of authentication headers, manages Resumable Upload sessions, and validates data formats against the API specification.
2. Release Cycle & Availability
SDK development adheres to Security-First Development principles.
Current Status: Closed Beta. Access to the libraries is currently restricted to strategic partners within the Early Access Program. This allows us to conduct stress testing under real-world conditions and calibrate forensic algorithms.
Release Roadmap: Publication of packages to public repositories (NPM/CDN) and the release of full technical documentation are scheduled for the near future, immediately following the completion of the final security audit and API stabilization.
Last updated