1502| 22
|
[已解决] 【Python】爬取m3u8视频,有AES-128加密和IV偏移,自己研究三天三夜,来论坛求助大... |
发表于 2023-11-18 11:08
200吾爱币
最佳答案key在本地经过二次处理
[mw_shl_code=python,true]from Cryptodome.Cipher import AES
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
from cryptography.hazmat.backends import default_backend
import requests
import struct
def decrypt_key(response_data, revise_value, little_endian=False):
new_data = b''
for i in range(4):
fmt = 'I'
da ...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
发表于 2023-11-18 11:08
| ||
发表于 2023-11-18 11:54
| |
|
发表于 2023-11-18 11:59
| ||
发表于 2023-11-18 12:17
| ||
|
发表于 2023-11-18 12:29
| ||
|
发表于 2023-11-18 12:41
| ||
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2024-11-24 18:57
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.