Generate high-entropy passwords and audit existing credentials for security. 支持安全密码生成、强度评估及加密规范检查。Use when creating new accounts or auditing system security.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill password-gen --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Password Gen?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-password-gen)More formats (shields.io, HTML) on the badges page.
---
name: "Password Gen — Secure Auditor & Vault Generator"
description: "Generate high-entropy passwords and audit existing credentials for security. 支持安全密码生成、强度评估及加密规范检查。Use when creating new accounts or auditing system security."
version: "2.0.0"
author: "BytesAgain"
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags: ["security", "password", "encryption", "auth", "hacker-safe", "privacy", "安全防护"]
---
# Password Gen / 楼台安全助手
## Quick Start / 快速开始
Just ask your AI assistant: / 直接告诉 AI 助手:
- "Generate a strong 16-character password" (生成一个16位的强密码)
- "Check if my password 'Admin123!' is safe" (检查我的密码是否安全)
- "Create a secure token for my API" (为我的 API 创建安全令牌)
## Commands / 常用功能
### gen
Generate a random secure password.
```bash
bash scripts/script.sh gen 24
```
### check
Audit password strength based on entropy and complexity.
```bash
bash scripts/script.sh check "my-secret-password"
```
## Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
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!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。