A function that takes a value that represents the data trying to be hidden and scrambles it through a set pattern determined in the code, can easily be created by taking a byte value and turning it hexadecimal and then re-scrambling it with reversible formulas to scramble the value being hidden. |