forked from soutade/libgourou
73 lines
1.0 KiB
Markdown
73 lines
1.0 KiB
Markdown
Introduction
|
|
------------
|
|
|
|
libgourou is a free implementation of Adobe's ADEPT protocol used to add DRM on ePub/PDF files. It overcome the lacks of Adobe support for Linux platforms.
|
|
|
|
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
For libgourou :
|
|
|
|
* None
|
|
|
|
For utils :
|
|
|
|
* QT5Core
|
|
* QT5Network
|
|
* OpenSSL
|
|
* libzip
|
|
|
|
|
|
|
|
Utils
|
|
-----
|
|
|
|
You can import configuration from your eReader or create a new one with utils/activate :
|
|
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
|
|
./activate -u <AdobeID USERNAME>
|
|
|
|
Then a _./.adept_ directory is created with all configuration file
|
|
|
|
To download an ePub/PDF :
|
|
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
|
|
./acsmdownloader -f <ACSM_FILE>
|
|
|
|
To export your private key :
|
|
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
|
|
./acsmdownloader --export-private-key [-o adobekey_1.der]
|
|
|
|
|
|
Sources
|
|
-------
|
|
|
|
http://indefero.soutade.fr/p/libgourou
|
|
|
|
|
|
|
|
Copyright
|
|
---------
|
|
|
|
Grégory Soutadé
|
|
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
libgourou : LGPL v3 or later
|
|
|
|
utils : BSD
|
|
|
|
|
|
|
|
Special thanks
|
|
--------------
|
|
|
|
* _Jens_ for all test samples and utils testing
|
|
|