From encryption-tool
Validates encryption implementations, audits crypto algorithms, and verifies key management in codebases and configs. Activates for data security reviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/encryption-tool:encrypting-and-decrypting-dataThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validate encryption implementations, audit cryptographic algorithm choices, and verify key management practices across codebases and configuration files.
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:
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin encryption-toolAudits cryptography implementation — algorithm choice, key sizes, KDF parameters, IV/nonce handling, signature verification, randomness, TLS configuration, and key rotation. Deeper than OWASP A02.
Detects weak or broken cryptography: weak password hashing, non-cryptographic PRNG for tokens, hardcoded keys, and insecure encryption modes.
Scans Python and configuration files for cryptographic weaknesses: deprecated algorithms, insecure modes, hardcoded keys, weak entropy, and TLS misconfigurations. Use during security assessments or compliance reviews.