Hi there, I wanted to use the bcrypt method from php to store passwords in the database. I have found that bcrypt has a max lenght result of 60 characters. I'm using the blowfish method of crypt phalcon, but doesnt have a maximum result size. Is there any way to fix a limit in the output(not in the input). For a 15 char input gives 72 char output...