Releases: dills122/ShamWow
Releases · dills122/ShamWow
Number Range
Added a new feature to number based scrubbing that allows you to define a range for the returned random number.
The supported number types currently are:
Decimal
Long
Integer
Double
Example:
[ScrubDecimal(100,200)]
public decimal test { get; set; }
ShamWow 2.1
Re-added scrub modes to allow users to specify to scrub all properties or only marked ones.
ShamWow 2.0
Complete rewrite of ShamWow cleaning up the syntax, expanding the scrubbing types, and adding new methods of decorating POCOs for scrubbing.
Key Features
- State based scrubbing
- define a value to be scrubbed property value
- Preserve property values
- Array scrubbing
- Byte array (file) scrubbing
- Expanding scrubbing flags
Initial Release
A document processor for scrubbing personally identifiable information by mapping to an object that has scrubbing attributes identifying the sensitive data properties.