public enum Strategy
public static Strategy FULL
Provides the most protection, but may be at the expense of debugging.
public static Strategy NOOP
This should be rarely use; maybe only for debugging
public static Strategy HASH
Allow for debugging where we just need to know previous and current value is the same.
public static Strategy LAST_4
commonly use for things like credit cards, SSN or other account numbers.