bx-password-encrypt
Installation
SKILL.md
bx-password-encrypt: Secure Password Hashing
Installation
install-bx-module bx-password-encrypt
# CommandBox
box install bx-password-encrypt
Available Algorithms
| Algorithm | BIF (Hash) | BIF (Verify) | When to Use |
|---|---|---|---|
| BCrypt | BCryptHash() |
BCryptVerify() |
Default choice — battle-tested, widely supported |
| Argon2 | ArgonHash() |
ArgonVerify() |
Best for new apps — PHC winner, memory-hard |
| SCrypt | SCryptHash() |
SCryptVerify() |
Memory-hard, good GPU resistance |
| PBKDF2 | PBKDF2Hash() |
PBKDF2Verify() |
NIST-approved, compliance environments |