-
-
Notifications
You must be signed in to change notification settings - Fork 16
User Scramble Key
A user scramble key is an object used to obscure the plain value of a key.
While key values are typically stored and retrieved as strings in localStorage, with localDataStorage a key value can be one of eight types. Likewise, a user scramble key can be an Array, Boolean, Date, Float, Integer, Null, Object or... a typical String type..
User scramble keys are not stored or recorded, while the global scramble key is stored and accessible.
Any key's value obscured with a user scramble key can only be retrieved using the same key, and if forgotten, cannot successfully be retrieved at all.
Array Keys:
push / pull, pullall poke contains where
Broadcasting:
broadcast
Data Transfer:
import / export
Duplicates:
countdupes, showdupes, listdupes
Internals:
cancrunch crunch / uncrunch
shufflestring / unshufflestring
Management:
keys
Memory Consumption:
Memory Quota:
showquota
Query:
haskey, hasval, hastype
setscramblekey / getscramblekey
Type Check:
isarray isbigint isboolean iscrunch
isdate isfloat isinteger isnull
Utility:
chopget copy softset rename
_set / _get _clear _key _remove
Management:
_keys
Type Check:
_isarray _isbigint _isboolean _iscrunch