简体   繁体   中英

Is it possible to create an app that can uploaded e-book files to a server and can delete downloaded files remotely?

I want to know if it's possible to create a system that can host epub or pdf files, allow users to download them, and then as an admin, I can remove their downloads whenever I want (for rental purposes).

This would bypass alot of major DRM solutions out there that are meant for large scale businesses and are expensive, but my needs are for a smaller organization. Maybe I can just build it.

You can certainly do this - you'll see audio book applications like BorrowBox often have this functionality, as an example.

However, most such apps will also have some form of encryption as it is relatively easy to copy a downloaded file, which means users could simply copy your file before you revoke it at the end of the rental period.

Media security is usually about putting barriers in place to stop piracy - you need to balance the complexity and cost vs the potential loss or likelihood of someone trying to steal your content.

For some content, a system as you have described, maybe coupled with a simple encryption with the key transmitted out of band somehow or even built into the app, might be sufficient. For high value video content, like live sports etc, the owners typically consider it necessary to invest in 'higher or tougher barriers' and will use some form of secure key transfer in addition to encryption, which in the IP world usually means DRM.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM