]> xmof Git - DeDRM.git/commit
Remove AlfCrypto libraries and perform everything in Python
authorNoDRM <no_drm123@protonmail.com>
Sat, 6 Aug 2022 18:13:19 +0000 (20:13 +0200)
committerNoDRM <no_drm123@protonmail.com>
Sat, 6 Aug 2022 18:13:19 +0000 (20:13 +0200)
commit410e086d0828a906cdc8e8e0f6e58b73dc5de9be
treec76621fd9bddadf403fc0f17006ee78a5c3e38a8
parent9276d77f6328866394fcbc568b843c4d2cdd3065
Remove AlfCrypto libraries and perform everything in Python

The old AlfCrypto DLL, SO and DYLIB files are ancient,
I don't have the systems to recompile them all, they
cause issues on ARM Macs, and I doubt with all the Python
improvements over the last years that they have a significant
performance advantage. And even if that's the case, nobody is
importing hundreds of DRM books at the same time so it shouldn't
hurt if some decryptions might take a bit longer.
DeDRM_plugin/__init__.py
DeDRM_plugin/alfcrypto.dll [deleted file]
DeDRM_plugin/alfcrypto.py
DeDRM_plugin/alfcrypto64.dll [deleted file]
DeDRM_plugin/alfcrypto_src.zip [deleted file]
DeDRM_plugin/libalfcrypto.dylib [deleted file]
DeDRM_plugin/libalfcrypto32.so [deleted file]
DeDRM_plugin/libalfcrypto64.so [deleted file]
DeDRM_plugin/mobidedrm.py
DeDRM_plugin/subasyncio.py [deleted file]