Consider adding [bcrypt](https://en.wikipedia.org/wiki/Bcrypt) as a hashing algorithm for the standard: [https://www.imsglobal.org/spec/ob/v3p0/impl](https://www.imsglobal.org/spec/ob/v3p0/impl) Right now we support MD5 / SHA256. Bcrypt allows for rounds of hashing which increases attack complexity. Ex. <img width="778" height="208" alt="Image" src="https://github.com/user-attachments/assets/1e1b6922-946d-4215-bdf9-a4c23dfa8bb4" /> With bcrypt: <img width="782" height="206" alt="Image" src="https://github.com/user-attachments/assets/62d5573f-7e30-45b4-9731-3e3b3d0d04e8" />