Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
import hashlib
import binascii
import zlib
import zipfile
import sys
import os
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
from cryptography.hazmat.backends import default_backend