Data obfuscation for sensitive information

The idea is:

Have a new setting for every (maybe some?) node to set fields to obfuscation, meaning they would be redacted or simply hidden in the workflow history.

My use case:

We have been using n8n for a while, now we have a few cases where we would like to use it also to deal with a few sensitive information but for that cases, some data obfuscation would be required (e.g. document ID, email, address, and others).

While I would like to still have the workflow log for debugging in the future, I also would like to have sensitive information hidden.

I think it would be beneficial to add this because:

It would allow the usage of n8n for data-sensitive workflows without having to disable the workflow history at all.