

# Personally identifiable information (PII) recipe steps
<a name="recipe-actions.pii"></a>

Use these recipe steps to perform transformations on personally identifiable information (PII) in a dataset.

**Note**  
In addition to the recipe steps in this section, there are DataBrew recipe steps not designed specifically for PII that you can use to handle PII. An example is [DELETE](recipe-actions.DELETE.md), a basic column recipe step that deletes a column.

**Topics**
+ [CRYPTOGRAPHIC\_HASH](recipe-actions.CRYPTOGRAPHIC_HASH.md)
+ [DECRYPT](recipe-actions.DECRYPT.md)
+ [DETERMINISTIC\_DECRYPT](recipe-actions.DETERMINISTIC_DECRYPT.md)
+ [DETERMINISTIC\_ENCRYPT](recipe-actions.DETERMINISTIC_ENCRYPT.md)
+ [ENCRYPT](recipe-actions.ENCRYPT.md)
+ [MASK\_CUSTOM](recipe-actions.MASK_CUSTOM.md)
+ [MASK\_DATE](recipe-actions.MASK_DATE.md)
+ [MASK\_DELIMITER](recipe-actions.MASK_DELIMITER.md)
+ [MASK\_RANGE](recipe-actions.MASK_RANGE.md)
+ [REPLACE\_WITH\_RANDOM\_BETWEEN](recipe-actions.REPLACE_WITH_RANDOM_BETWEEN.md)
+ [REPLACE\_WITH\_RANDOM\_DATE\_BETWEEN](recipe-actions.REPLACE_WITH_RANDOM_DATE_BETWEEN.md)
+ [SHUFFLE\_ROWS](recipe-actions.SHUFFLE_ROWS.md)