Files
opencloud/changelog
David Christofas 826a67b98d change hashing algorithm from SHA-512 to bcrypt
Even though SHA-512 is currently considered a secure algorithm it is not the best choice for password hashing. As this change introduces a breaking change it is beast to introduce it as early as possible to prevent us from having to implement a migration strategy

Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-16 14:10:01 +02:00
..
2020-03-18 19:36:25 +01:00
2020-04-29 18:05:43 +02:00
2020-08-19 11:10:52 +02:00
2020-08-20 16:58:08 +02:00
2020-08-21 17:31:08 +02:00
2020-08-27 11:10:39 +02:00
2020-03-02 21:36:28 +01:00
2020-02-07 10:35:22 +01:00
2020-02-07 10:57:04 +01:00

Changelog

We are using calens to properly generate a changelog before we are tagging a new release. To get an idea how this could look like https://github.com/restic/restic/tree/master/changelog would be the best reference.