I am looking at the default password hashes in the oc_users table in ownCLoud 10.0.9 and it looks like bcrypt hashing is used.
But I realize the hash is prefixed with a “1|”.
Why is that?
Can there be any other prefixes? I have an external application, that checks the ownCloud passwords, so I would like to know if there is a nother format.