acsm-calibre-plugin/calibre-plugin
melvyn2 2894faac2a Read regkey username before using GetUserName fallback
If the user has changed their username after the authorization key has been created, then GetUserName will return the new username which can't decrypt the key. The username at the time of authorization should be stored at `HKEY_CURRENT_USER\Software\\Adobe\\Adept\\Device`, which we first attempt to read before falling back if it doesn't exist.
2022-07-31 10:25:07 +02:00
..
keyextract Read regkey username before using GetUserName fallback 2022-07-31 10:25:07 +02:00
__calibre_compat_code.py Begin work on Python2 support 2022-01-16 18:11:35 +01:00
__init__.py Update some error messages 2022-07-31 10:20:16 +02:00
config.py Update some error messages 2022-07-31 10:20:16 +02:00
cpuid.py Ignore exception on free in cpuid.py 2021-12-09 16:53:13 +01:00
customRSA.py Begin work on Python2 support 2022-01-16 18:11:35 +01:00
exportPluginAuthToWindowsADE.py Begin work on exporting activation to ADE 2021-12-09 17:34:30 +01:00
fulfill.py Make fulfill.py accept file names 2022-04-28 16:50:55 +02:00
get_key_from_Adobe.py Support anonymous auth and other auth providers 2021-12-12 11:31:51 +01:00
getEncryptionKeyLinux.py Move all win32 logic to wine executable 2022-07-31 10:25:07 +02:00
getEncryptionKeyWindows.py Begin work on Python2 support 2022-01-16 18:11:35 +01:00
keyextractDecryptor.py Fix AV false-positives by packing executables 2022-06-15 19:32:23 +02:00
libadobe.py Fix millisecond part in nonce calculation (fixes #27) 2022-07-11 18:16:36 +02:00
libadobeAccount.py Begin work on Python2 support 2022-01-16 18:11:35 +01:00
libadobeFulfill.py Additional pkcs12 test code 2022-05-16 08:32:36 +02:00
libadobeImportAccount.py Cleanup 2022-05-11 06:46:35 +02:00
libpdf.py Update PDF code for Python2 2022-01-16 18:34:52 +01:00
plugin-import-name-deacsm.txt Initial commit 2021-09-19 16:49:37 +02:00
prefs.py Prepare v0.0.14, add code to auto-delete ACSM 2021-12-11 11:32:45 +01:00
register_ADE_account.py More Python2 fixes 2022-04-28 16:31:14 +02:00