This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import http.server | |
import http.cookiejar | |
import io | |
import socket | |
from http import HTTPStatus | |
import ssl | |
import os | |
import zlib | |
server_address = ('0.0.0.0', 4443) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl enc -aes-128-cbc -in "Downloads\media_1.ts" -out "Downloads\decr_tmp.ts" -d -K D2AFAA16648B17A0FEC9EA533EB244A3 -iv 00000000000000000000000000000001 |