/script.module.streamlink.crypto

Kodi packaged Crypto methods required for Streamlink

Primary LanguagePythonMIT LicenseMIT

script.module.streamlink.crypto

Kodi addon that provides the cryptographic functions required by streamlink.

Provides part of the PyCrpyto(dome) API to allow streamlink to use the cryptographic functions it needs.

This is based on the three pure Python cryptographic libraries:

  • CryptoPy
  • rsa
  • Michael Gilfix's Blowfish implementation