CJohnston079 / obfuscator

0 stars 0 forks source link

Add `anonymise` obfuscation method #26

Closed CJohnston079 closed 4 months ago

CJohnston079 commented 4 months ago

Issue

obfuscator calls a single obfuscation method, tokenise, to obfuscate PII fields. There should be an option to anonymise fields instead of replacing them with a token.

Proposed resolution

Add function anonymise which replaces a string with a randomly generated string in the same format.

CJohnston079 commented 4 months ago

Resolved in 90cfce1a33031c0d2b95ae12e417f0d210d96cfb with proposed resolution