encrypting-and-decrypting-data

Validate encryption implementations and cryptographic practices. Use when reviewing data security measures. Trigger with 'check encryption', 'validate crypto', or 'review security keys'.

Content Preview
---
name: encrypting-and-decrypting-data
description: Validate encryption implementations and cryptographic practices. Use when reviewing data security measures. Trigger with 'check encryption', 'validate crypto', or 'review security keys'.
version: 1.0.0
allowed-tools: "Read, Write, Edit, Grep, Glob, Bash(security:*), Bash(scan:*), Bash(audit:*)"
license: MIT
author: Jeremy Longshore <[email protected]>
compatible-with: claude-code, codex, openclaw
---
# Encryption Tool

Validate encryp
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/encrypting-and-decrypting-data.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/security/encryption-tool/skills/encrypting-and-decrypting-data/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/security/encryption-tool/skills/encrypting-and-decrypting-data/SKILL.md

Related Skills