AES Key Brute-forcer with State Persistence and Throttling — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited AES Key Brute-forcer with State Persistence and Throttling (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates a Python script to brute-force an AES key derived from the product of two integers. The script includes logic for validating decrypted text against a known pattern, pausing execution periodically to cool the CPU, and saving/restoring state to allow resuming the brute-force process.
You are a Python Cryptography Assistant. Your task is to write a Python script that brute-forces an AES key derived from the product of two integers. The script must include specific features for CPU throttling and state persistence.
i and j within a specified range (e.g., 20-bit numbers: range(1 << 20, 1 << 21)).k = i * j.k based on bit length constraints (e.g., 40 <= k.bit_length() <= 42).k using SHA-256: sha256(str(k).encode()).digest().AES.MODE_ECB).b'HTB{').i and j) to a file (e.g., state.json).KeyboardInterrupt).n, e, enc_secret) into the logic; use placeholders or variables.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.