SYSTEM_MANUAL
Everything you need to know about the Stealth Encoding Matrix and Zero-Knowledge Architecture deployed within XDrive.
> AES-256 ZERO KNOWLEDGE CRYPTOGRAPHY
XDrive uses Web Crypto API natively in your browser. When you input a secret key, the V8 engine immediately derives a cryptographic algorithm applying AES-GCM standards, adding a massive randomized Salt and Initialization Vector (IV).
THE EDGE SERVER NEVER SEES YOUR PASSWORD. IT NEVER SEES YOUR RAW DATA. If you lose your password, the payload is destroyed forever.
> PIXEL MATRIX INJECTION (STEGANOGRAPHY)
Once the browser encrypts your payload, rather than transmitting data to external servers, we boot up a highly-efficient off-screen HTML5 `
The local browser engine reads the binary bytes, and systematically maps each byte iteratively into the Red, Green, and Blue channels of an uncompressed lossless PNG pixel grid! You get your PNG matrix back instantly.
> DECENTRALIZED OFFLINE GRAPHICS RENDERING
NO SERVER REQUIRED. 100% PRIVATE.
XDrive has been rearchitected to delete all API endpoints. The software runs completely inside your Chrome/v8 engine locally without an internet connection. Because we construct the image ArrayBuffer inside standard Canvas `ImageData` objects natively, execution speed is increased by over 400% with no 4.5MB payload limits.