Skip to content

Releases: dills122/ShamWow

Number Range

16 Jun 20:39
78b2c05
Compare
Choose a tag to compare

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

16 Dec 02:40
1594b53
Compare
Choose a tag to compare

Re-added scrub modes to allow users to specify to scrub all properties or only marked ones.

ShamWow 2.0

15 Dec 02:11
ac9df28
Compare
Choose a tag to compare

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

19 Oct 23:54
0714260
Compare
Choose a tag to compare

A document processor for scrubbing personally identifiable information by mapping to an object that has scrubbing attributes identifying the sensitive data properties.