[FREE] Bcrypt: Password Hashing and Verifying Algorithm

Still works OK.

Sorry to bug you but can you try this??
image

Well that obviously will not work, the string "migrate" is not a hash.

that's what i'm saying i need to migrate the passwords over from plain-text to hashes but it errors out and i need it to return false to open the more options on my wrong password menu to open the migration tool
image

is there ANY way to detect if it is a hash?

The test being used by the extension is to split the hash by :, it then checks if there are two elements in the split list. If there are not, then it generates the invalid format error. There are obviously edge cases if you provide a password string with a : in it, there are other checks if the first test passes but subsequently it cannot proceed to handle the string.

Not sure why Screen1.ErrorOccured is not catching the errors raised, need to research that, could be becuae the error is coming in from an extension, and not a built in component/method.

Ok thanks, i'll try that

It works, thank you

1 Like