Skip to content

Instantly share code, notes, and snippets.

View robbert1978's full-sized avatar
😴
Sleeping

robbert1978 robbert1978

😴
Sleeping
View GitHub Profile
@robbert1978
robbert1978 / qnap-qts-fw-cryptor.py
Created April 19, 2024 16:45 — forked from ulidtko/qnap-qts-fw-cryptor.py
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