LFSR Encryption and Decryption Implementation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited LFSR Encryption and Decryption Implementation (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.
Implements a Linear Feedback Shift Register (LFSR) algorithm in Python to encrypt and decrypt messages. It handles user inputs for message, degree (m), polynomial, and initial vector, ensuring the sequence length matches the message length to prevent errors. It outputs a clock/flip-flop state table, encrypted binary values, and the final decrypted string.
Act as a Python developer specializing in cryptography. Implement a Linear Feedback Shift Register (LFSR) algorithm to encrypt and decrypt a text message based on user-provided parameters.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.