pannal / Sub-Zero.bundle

Subtitles for Plex, as good you would expect them to be.
Other
1.76k stars 120 forks source link

ScrewZira is now Ktuvit #750

Closed dornizar closed 3 years ago

dornizar commented 3 years ago

ScrewZira.com was moved to Ktuvit.me and now requires to login in order to list all episodes. Ktuvit performs an encryption to the password before the login request to the server using CryptoJS library, it uses AES, PBKDF2 and SHA256. I've added my own implementation to JS' internals such as parseInt, bit-shifting, hex-parsing. PyAES (pure-python AES library) and PBKDF2 was added as well.