Skip to content

approaches to secure image rendering in the browser; rendering without the <img> tag

Notifications You must be signed in to change notification settings

atlcell/SecureIMGRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Approaches to Secure Image Rendering on the Web

basically a jpeg DRM engine

shawty

  • Disregard the tag

  • Buffer + HashMap approach

  • flatten the image into a buffer of pixels

  • use hashmap that has image dimensions, slices, instructions.......

  • offers individual manipulation of pixels for pricise, creative effects

  • Secure Client

  • create a secure webclient with soft authentication (for views/tracking)

  • keep client as is, I don't feel like rewriting the fron-tend in react. It would be a good excercise, but no

forked off (https://github.com/meixler/web-browser-based-file-encryption-decryption)

About

approaches to secure image rendering in the browser; rendering without the <img> tag

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages