global scramble key - macmcmeans/localDataStorage GitHub Wiki
The global scramble key is used to obscure the plain value of a key, the same way a user scramble key does.
The global scramble key can be any value and any of the various supported types. It can be accessed via the setscramblekey / getscramblekey methods.
This scramble key can be handy for use across an entire project, for example, when the requirement does not include the need to set scramble keys for individual read and write operations. It applies equally to disk-based localStorage keys as well as Memory Keys.
The default global scramble key is the BigInt 123456789n.