anonymizer
anonymizer copied to clipboard
How can you deal with PHP serialized data
First off, thanks for the awesome tool!
I'm trying to create a configuration file for Wordpress. I saw the JSON type, but WP has a lot of PHP serialized data. Is there any preconfigured way to deal with that, or would it have to be converted to JSON first?
For example how would you deal with an entry something like the following?
a:3:{s:5:"title";s:6:"Author";s:3:"name";s:12:"Bob Bobsocks";s:6:"target";s:0:"";}
Here I'd want to anonymize the name
keys.