readium / readium-sdk

A C++ ePub renderer SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to achieve readium-sdk loaded encrypted e-books

wtfshine opened this issue · comments

commented

I have completed the integration of readium-sdk, but now I have a problem, my own ebook resources are loaded into the device, the user can see and feel free to use, how do I encrypt my ebook resources, and ensure readium can Load my encrypted file

Encrypting ebooks means using a DRM. This is a complex matter, and often expensive for the developer and/or users. You can take inspiration in the Readium LCP project and associated source code on the Readium Github, but there will be no support if you want to make your own solution.