Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orvn/canvas-gpu-side-channel

GPU side channel analysis that detects differences in canvas element rendering
https://github.com/orvn/canvas-gpu-side-channel

Last synced: 8 days ago
JSON representation

GPU side channel analysis that detects differences in canvas element rendering

Awesome Lists containing this project

README

        

# Canvas GPU Side Channel

A tool for GPU side channel analysis using an HTML canvas rendered in a browser. The objective is to detect differences in canvas element rendering from different machines due to their different GPU driver. By rendering the same canvas data and rasterizing the image, then diffing the target image against a control image, the GPU and driver of the target image can be identified.

(work in progress)