Prism User Password is stored using standard Django management and is hashed and salted. Basic complexity rules include:
- Require minimum 8 characters
- At least one lowercase and numeric
- No common words (English)
- No repeated passwords over 180 days
High Security Accounts are planned to implement stronger requirements.