hashing-passwords

Community

Zero-tolerance security: hash passwords with bcrypt/argon2.

Authordjankies
Version1.0.0
Installs0

System Documentation

What problem does it solve?

CRITICAL security guidance for credential handling, ensuring passwords are never stored in plaintext or reversible forms, and that third-party credentials are avoided.

Core Features & Use Cases

  • NEVER store raw passwords; hash with bcrypt/argon2 with proper salting.
  • Prefer OAuth for third-party auth and store API keys in environment variables.
  • Demonstrate secure password verification via hash compares.

Quick Start

Hash a password using bcrypt with a salt rounds setting, and verify a password against the stored hash.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: hashing-passwords
Download link: https://github.com/djankies/claude-configs/archive/main.zip#hashing-passwords

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.