fibratus icon indicating copy to clipboard operation
fibratus copied to clipboard

New `encrypt` transformer

Open rabbitstack opened this issue 5 years ago • 0 comments

The encrypt transformer should encrypt event parameters with a specified crypto algorithm (e.g. AES). The original parameter value should get replaced with its respective hash string. Example config:

transformers:
    encrypt:
        algo: AES
        enabled: true
        kparams:
           - file_name
           - key_name

rabbitstack avatar Dec 04 '20 09:12 rabbitstack