This tool generates and verifies Scrypt password hashes with configurable N/r/p parameters for strong password storage evaluation.
Key Features
- Generate and verify modes
- Configurable Scrypt parameters N, r, and p
- Timing display for performance review
- Copy-ready hash output
Steps
- Enter password and configure N/r/p in Generate tab.
- Generate hash output.
- Verify with password and hash in Verify tab.
Use Cases
- Password storage security testing
- Parameter strength/performance comparison
- Bcrypt/Argon2 strategy evaluation
Notes
- N/r/p directly affect security and resource usage.
- Very high settings can significantly increase CPU and memory cost.
- Choose parameters based on hardware and concurrency constraints.