-
-
Notifications
You must be signed in to change notification settings - Fork 264
Dev. PyCrypto packages
Stefano Gottardo edited this page May 11, 2020
·
1 revision
There are three library versions:
- PyCrypto (the original - not support all Python 3.x versions)
- PyCryptodome (fork of PyCrypto with many enhancements)
- PyCryptodomex (fork of PyCrypto with many enhancements)
If you have installed PyCrypto will be installed on Crypto
package folder.
If you install PyCryptodome over PyCrypto will be installed always on same Crypto
package folder, but this could cause other applications to stop working, if they not support PyCryptodome.
If you install PyCryptodomex will be installed on Cryptodome
package folder, then PyCrypto and PyCryptodomex can coexist.
The imports depends on the package:
- PyCrypto: Crypto
- PyCryptodome: Crypto
- PyCryptodomex: Cryptodome
Netflix add-on support all library packages.
User Documentation
- How install the addon
- Login with Authentication key
- Sync of watched status with Netflix
- FAQ (Audio, Video, Subtitle, Other)
- FAQ (Errors)
- Library settings
- Expert settings
- How to export and sync tv shows and movies in Kodi library
- Share STRM library with multiple devices
- List of 1080P 4k Android tested devices
- My credentials are safe?
- VPN and Proxy
- Key mapping
Development
- Dev. guidelines and philosophy
- Dev. documentation
- Dev. basic info
- Dev. unresolved issues
- Dev. Add-on versioning
- Dev. PyCrypto packages
About