Skill Wiki v0.1.0
anti-pattern @security/anti-pattern-store-passwords-reversibly

Store Passwords Reversibly

Storing passwords as plaintext, encrypted (any reversible cipher), with a fast hash (MD5, SHA-1, SHA-256), or unsalted.…

Skill
@security
Domain
security
Version
0.1.0
Quality
4.0
Edges
2 out · 2 in
Tokens
74/320/566
$ prime install @security/anti-pattern-store-passwords-reversibly

Projection

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

StorePasswordsReversibly [anti-pattern] v0.1.0

Storing passwords as plaintext, encrypted (any reversible cipher), with a fast hash (MD5, SHA-1, SHA-256), or unsalted. Any scheme where the server — or anyone with the keys — can recover the original password is the anti-pattern.

Source

prime-system/examples/security-appsec/primes/compiled/@security/anti-pattern-store-passwords-reversibly/atom.yaml

Compiled at 2026-05-10