hirsivaja / plugin.video.areena

YLE Areena plugin for Kodi, using the official API.
GNU General Public License v2.0
29 stars 11 forks source link

Add crypto support for win32 and OSX #2

Closed teepean closed 8 years ago

teepean commented 8 years ago

Here's a fixed version with fixed .gitignore.

hirsivaja commented 8 years ago

I decided to include a pure Python AES-library as the backup solution. Should work fine if the PyCrypto is not found since performance is not an issue when we need only to decrypt one url. Plus side is that it should work on all environments, not just win32 and OSX.