python3 -c 'import hashlib; X=42; secret="BinaryHacking"; print(f"F4H{{" + hashlib.sha1(f"{X}{secret}".encode()).hexdigest()[:20] + "}")'