Hi guy
I've just got this example file from one of my friend. He's building a mobile app for reading book, and i want to figure out how can he secure his books.
I tried "epub DRM Removal" at first, and got this result :
Code:
Error Occurred File sabatini-sea-hawk.epub is encrypted, password required for extraction
Error Occurred File sabatini-sea-hawk.epub is encrypted, password required for extraction
Traceback (most recent call last):
File "<string>", line 5, in <module>
File "C:\Python27\ade\epubdrm.py", line 375, in main
File "C:\Python27\ade\epubdrm.py", line 325, in decryptBook
epubdrm.ADEPTError: 8000 This file has no DRM protection"
As I can see, this file has no DRM protection, I don't know how it works
Anyone can help me. Thanks in advance.