Skip to content

Instantly share code, notes, and snippets.

View j-baines's full-sized avatar
🦞

Jacob Baines j-baines

🦞
View GitHub Profile
@ulidtko
ulidtko / qnap-qts-fw-cryptor.py
Last active May 10, 2024 14:18
QNAP QTS firmware encryptor/decryptor.
#!/usr/bin/env python3
import os, sys
import argparse
import struct
from functools import reduce
"""
QNAP QTS firmware encryptor/decryptor.
Based on https://pastebin.com/KHbX85nG