Marketplace

hashing-passwords

CRITICAL security skill teaching proper credential and password handling. NEVER store passwords, use bcrypt/argon2, NEVER accept third-party credentials. Use when handling authentication, passwords, API keys, or any sensitive credentials.

$ Installieren

git clone https://github.com/djankies/claude-configs /tmp/claude-configs && cp -r /tmp/claude-configs/typescript/skills/hashing-passwords ~/.claude/skills/claude-configs

// tip: Run this command in your terminal to install the skill