jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.86k stars 91 forks source link

Depreciation of sha1hash for OneDrive Personal in July 2023 #332

Closed abraunegg closed 1 year ago

abraunegg commented 1 year ago

@jstaf Unsure if you have seen this: https://devblogs.microsoft.com/microsoft365dev/deprecation-of-sha1hash-on-onedrive-personal/

If you are relying on sha1 anywhere for the file hash, this will have to be updated to 'quickXorHash' or 'sha256Hash'

jstaf commented 1 year ago

Oh, that's fun :sweat_smile:. Well at least one upside of this is now I don't have to check both hash types depending on what type of drive it is.