]> xmof Git - DeDRM.git/commit
Remove OpenSSL support; only support PyCryptodome
authora980e066a01 <100724039+a980e066a01@users.noreply.github.com>
Tue, 22 Feb 2022 23:16:03 +0000 (23:16 +0000)
committernoDRM <no_drm123@protonmail.com>
Fri, 18 Mar 2022 15:45:39 +0000 (15:45 +0000)
commita1dd63ae5f48d8320b94efc79ffc2fc8e829988e
tree63eb8980b2da725716792718c93b4f0eaca8e140
parentf4634b5eabf25e4cd5a72e6fd990321b7030e120
Remove OpenSSL support; only support PyCryptodome

This allows us to clean up the code a lot.

On Windows, it isn't installed by default and
most of the time not be found at all.

On M1 Macs, the kernel will kill the process instead.

Closes #33.
16 files changed:
DeDRM_plugin/adobekey.py
DeDRM_plugin/adobekey_get_passhash.py
DeDRM_plugin/androidkindlekey.py
DeDRM_plugin/erdr2pml.py
DeDRM_plugin/ignoblekeyAndroid.py
DeDRM_plugin/ignoblekeyGenPassHash.py
DeDRM_plugin/ignoblekeyWindowsStore.py
DeDRM_plugin/ineptepub.py
DeDRM_plugin/ineptpdf.py
DeDRM_plugin/ion.py
DeDRM_plugin/kindlekey.py
DeDRM_plugin/mobidedrm.py
DeDRM_plugin/openssl_des.py [deleted file]
DeDRM_plugin/pycrypto_des.py [deleted file]
DeDRM_plugin/python_des.py [deleted file]
Obok_plugin/obok/obok.py