readium / readium-sdk

A C++ ePub renderer SDK
BSD 3-Clause "New" or "Revised" License
383 stars 164 forks source link

How to achieve readium-sdk loaded encrypted e-books #300

Open wtfshine opened 6 years ago

wtfshine commented 6 years ago

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

llemeurfr commented 6 years ago

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.