Encrypt/decrypt strings with various algorithms
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill crypto_tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Crypto Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-crypto-tool)More formats (shields.io, HTML) on the badges page.
---
name: crypto-tool
description: Encrypt/decrypt strings with various algorithms
activation_keywords: [encrypt, decrypt, crypto, aes, rsa, hash, cipher, encode]
execution_mode: server
---
# Crypto Tool
Cryptographic operations:
- AES encrypt/decrypt
- RSA encrypt/decrypt
- Hash functions (MD5, SHA1, SHA256)
- Base64 encode/decode
- HMAC generation
- Random string generation
Use `builtin_crypto_tool` tool with fields:
- `operation`: one of "encrypt", "decrypt", "hash", "hmac", "random"
- `algorithm`: encryption algorithm (AES, RSA, MD5, SHA1, SHA256)
- `data`: data to process (required)
- `key`: (optional) encryption key or secret
- `mode`: (optional) for AES: ECB, CBC, GCM (default: CBC)
Returns processed result.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!