Files
opencloud/changelog/1.0.0_2020-12-17/change-hashing-algorithm.md
2020-12-17 17:10:09 +01:00

292 B

Change: Use bcrypt to hash the user passwords

Change the hashing algorithm from SHA-512 to bcrypt since the latter is better suitable for password hashing. This is a breaking change. Existing deployments need to regenerate the accounts folder.

https://github.com/owncloud/ocis/issues/510