I am building an electron app which will be bundled with lot of content (images/HTML/videos/audios) of ~800MB. I will be rendering this content in my app. Is there any way to secure(encrypt) this content so user would not be able to access it directly (or indirectly) without launching an app?
I might have to store passwords and some other info which can be secured with node-keytar but to secure my 800MB content seems difficult with keytar. Any suggestion/help is appreciated. Thanks!