From jeremylongshore-claude-code-plugins-plus-skills
Generates password hashes and provides step-by-step guidance for secure password hashing patterns, configurations, and validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:password-hash-generatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for password hash generator tasks within the Security Fundamentals domain.
This skill provides automated assistance for password hash generator tasks within the Security Fundamentals domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with password hash generator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Security Fundamentals skill category. Tags: security, authentication, validation, owasp, secure-coding
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skillsGuides password hashing with Argon2id, bcrypt, or scrypt, including work factor tuning and migration from legacy hashes like MD5/SHA-1.
Guides secure password hashing with Argon2id (preferred) or bcrypt, including cost tuning, salt/pepper, and hash upgrade paths.
Performs hash cracking with Hashcat for penetration testing, covering dictionary, brute-force, rule-based attacks on 300+ hash types. Useful for evaluating password strength in security audits.