In my ADO web extension, I want to store user settings/preferences. I came across this document to store user-related data using VSS SDK.
I have a few questions related to the storage -
Where exactly is this data stored?
Is storing data this way secure? How easy is it for an attacker to compromise this data?