Skill Wiki v0.1.0
rule @security/rule-hash-passwords-with-argon2-or-bcrypt

Hash Passwords With Argon2 Or Bcrypt

User passwords must be stored using a deliberately slow, salted, adaptive hash designed for password storage: argon2id (preferred), scrypt, or bcrypt.…

Skill
@security
Domain
security
Version
0.1.0
Quality
4.0
Edges
3 out · 4 in
Tokens
89/231/245
$ prime install @security/rule-hash-passwords-with-argon2-or-bcrypt

Projection

Always in _index.xml · the agent never has to ask for this.

HashPasswordsWithArgon2OrBcrypt [rule] v0.1.0

User passwords must be stored using a deliberately slow, salted, adaptive hash designed for password storage: argon2id (preferred), scrypt, or bcrypt. General-purpose hashes (MD5, SHA-1, SHA-256, SHA-512) are forbidden — even with salt, they are too fast and yield to GPU/ASIC brute force.

Source

prime-system/examples/security-appsec/primes/compiled/@security/rule-hash-passwords-with-argon2-or-bcrypt/atom.yaml

Compiled at 2026-05-10