DeDRM_tools/dedrm_src
Apprentice Harper 69ac9b7399
Merge pull request #848 from sretlawd/kfx_dsn_fix
Allow decryption with DSN only.
2020-01-30 12:04:00 +00:00
..
DeDRM_Adobe Digital Editions Key_Help.htm Move to new positions 2018-12-02 11:37:07 +00:00
DeDRM_Barnes and Noble Key_Help.htm Move to new positions 2018-12-02 11:37:07 +00:00
DeDRM_EInk Kindle Serial Number_Help.htm Move to new positions 2018-12-02 11:37:07 +00:00
DeDRM_Help.htm Move to new positions 2018-12-02 11:37:07 +00:00
DeDRM_Kindle for Android Key_Help.htm Move to new positions 2018-12-02 11:37:07 +00:00
DeDRM_Kindle for Mac and PC Key_Help.htm Move to new positions 2018-12-02 11:37:07 +00:00
DeDRM_Mobipocket PID_Help.htm Move to new positions 2018-12-02 11:37:07 +00:00
DeDRM_eReader Key_Help.htm Move to new positions 2018-12-02 11:37:07 +00:00
__init__.py Merge branch 'master' into modernize-Python-2-codes 2020-01-30 11:58:50 +00:00
activitybar.py Move to new positions 2018-12-02 11:37:07 +00:00
adobekey.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
aescbc.py Move to new positions 2018-12-02 11:37:07 +00:00
alfcrypto.dll Move to new positions 2018-12-02 11:37:07 +00:00
alfcrypto.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
alfcrypto64.dll Move to new positions 2018-12-02 11:37:07 +00:00
alfcrypto_src.zip Move to new positions 2018-12-02 11:37:07 +00:00
androidkindlekey.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
argv_utils.py Move to new positions 2018-12-02 11:37:07 +00:00
askfolder_ed.py Move to new positions 2018-12-02 11:37:07 +00:00
config.py Merge branch 'master' into modernize-Python-2-codes 2020-01-30 11:58:50 +00:00
convert2xml.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
encodebase64.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
epubtest.py Merge branch 'master' into modernize-Python-2-codes 2020-01-30 11:58:50 +00:00
erdr2pml.py Move to new positions 2018-12-02 11:37:07 +00:00
flatxml2html.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
flatxml2svg.py Move to new positions 2018-12-02 11:37:07 +00:00
genbook.py Merge branch 'master' into modernize-Python-2-codes 2020-01-30 11:58:50 +00:00
ignobleepub.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
ignoblekey.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
ignoblekeyfetch.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
ignoblekeygen.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
ineptepub.py Move to new positions 2018-12-02 11:37:07 +00:00
ineptpdf.py Move to new positions 2018-12-02 11:37:07 +00:00
ion.py Update lzma import to include calibre >= 4.6.0 2020-01-04 05:20:16 -08:00
k4mobidedrm.py Version to 6.6.3 with update for kindle book name cleanup and .kinf2018 support (initial) 2019-03-30 15:02:40 +00:00
kfxdedrm.py Merge pull request #848 from sretlawd/kfx_dsn_fix 2020-01-30 12:04:00 +00:00
kgenpids.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
kindlekey.py Undefined name: strip(uuidnum) --> uuidnum.strip() 2020-01-20 15:11:14 +01:00
kindlepid.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
libalfcrypto.dylib Move to new positions 2018-12-02 11:37:07 +00:00
libalfcrypto32.so Move to new positions 2018-12-02 11:37:07 +00:00
libalfcrypto64.so Move to new positions 2018-12-02 11:37:07 +00:00
mobidedrm.py Merge branch 'master' into modernize-Python-2-codes 2020-01-30 11:58:50 +00:00
openssl_des.py Move to new positions 2018-12-02 11:37:07 +00:00
plugin-import-name-dedrm.txt Move to new positions 2018-12-02 11:37:07 +00:00
prefs.py Move to new positions 2018-12-02 11:37:07 +00:00
pycrypto_des.py Undefined name: Error() --> ValueError() 2020-01-20 14:34:56 +01:00
python_des.py Move to new positions 2018-12-02 11:37:07 +00:00
scriptinterface.py Merge branch 'master' into modernize-Python-2-codes 2020-01-30 11:58:50 +00:00
scrolltextwidget.py Move to new positions 2018-12-02 11:37:07 +00:00
simpleprefs.py Move to new positions 2018-12-02 11:37:07 +00:00
stylexml2css.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
subasyncio.py Move to new positions 2018-12-02 11:37:07 +00:00
topazextract.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00
utilities.py Undefined name: from ignoblekeygen import generate_key 2020-01-20 15:17:06 +01:00
wineutils.py Merge pull request #845 from aplaice/fix_default_winepath 2020-01-30 12:02:15 +00:00
zipfilerugged.py Move to new positions 2018-12-02 11:37:07 +00:00
zipfix.py Use print() function in both Python 2 and Python 3 2019-06-24 18:49:38 +02:00