Page 1 of 1

Packaging encrypted content

PostPosted: Wed Aug 17, 2016 11:07 pm
by Saturn1000
Hi All,

Is there a way to package content encrypted content including video VP9 or HTML5 in an AES256 bit ZIP and have CEF read from that ZIP on the fly?

Cheers
Jaltz

Re: Packaging encrypted content

PostPosted: Thu Aug 18, 2016 2:58 am
by magreenblatt
You can read files from zip using CefZipReader and serve them in the client using a custom scheme handler or CefResourceManager (see example usage in cefclient). To serve video via a custom scheme handler you'll likely need the changes from https://bitbucket.org/chromiumembedded/ ... quests/30/.

Re: Packaging encrypted content

PostPosted: Thu Aug 18, 2016 11:35 pm
by Saturn1000
Thanks magreenblatt

Hmm looks incomplete...

is there not a code or plugin that has already been created to decrypt video from a file?