From encryption-tool
Validates encryption implementations, audits crypto algorithms, and verifies key management in codebases and configs. Activates for data security reviews.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin encryption-toolThis skill is limited to using the following tools:
Validate encryption implementations, audit cryptographic algorithm choices, and verify key management practices across codebases and configuration files.
Audits Python applications and configs for cryptographic vulnerabilities including weak algorithms like MD5/SHA-1, ECB mode, hardcoded secrets, and poor entropy. Builds automated scanner for security reviews.
Scans Python apps and config files for crypto vulnerabilities: weak algorithms, ECB mode, hardcoded secrets, poor KDFs, and deprecated protocols.
Guides secure cryptography: hashing (Argon2id, bcrypt), encryption (AES-256-GCM), key management, JWT signing, TLS hardening, digital signatures for sensitive data.
Share bugs, ideas, or general feedback.
Validate encryption implementations, audit cryptographic algorithm choices, and verify key management practices across codebases and configuration files.
This skill empowers Claude to handle data encryption and decryption tasks seamlessly. It leverages the encryption-tool plugin to provide a secure way to protect sensitive information, ensuring confidentiality and integrity.
This skill activates when you need to:
User request: "Encrypt the file 'sensitive_data.txt' using AES."
The skill will:
User request: "Decrypt the file 'confidential.txt.enc'."
The skill will:
This skill can be integrated with other Claude Code plugins, such as file management tools, to automate the encryption and decryption of files during data processing workflows. It can also be combined with security auditing tools to ensure compliance with security policies.
If security scanning fails: