'Compute Quick Xor Hash in C# for OneDrive

I am trying to create a method which compute the quick xor hash of local files to compare with the quick xor hash of One Drive.

How to compute OneDrive XOrHash in C#

i have followed the link above but still the hash is not matching with the one i am getting from One Drive.

the hash i am generating is - "7LdTRDjeIdozPowImIrWicDTRg" and the one i got from one drive is - "aNkVDMEUxODg5QjdDRDY3QyE1NjEuMg"

does anyone have any idea what am i missing? TIA



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source