Bcrypt password hashing support

Hi,
Does Cryptography pack have support for bcrypt password hashing?
I found a public domain library but i'd rather not add more depencies.

Hi Mika,

No, BCrypt password hashing uses Blowfish and is not supported.

TMS CP supports PBKDF2 and Argon2 for password hashing.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.