# Cryptography how-to guides

> This page includes guides and resources that can help you learn how to create automations using the activities in this package.

This page includes guides and resources that can help you learn how to create automations using the activities in this package.

## Tutorials

Step-by-step guides on how to create automations from scratch. Each tutorial includes a project that you can download and open in UiPath Studio.

| Tutorial | Description | Activities |
| --- | --- | --- |
| [Encrypt and decrypt files and data](https://docs.uipath.com/activities/other/latest/developer/encrypt-and-decrypt-files-and-data) | A project which showcases activities that encrypt and decrypt files and data, as well as activities that hash a file with a key. | [Encrypt File](https://docs.uipath.com/activities/other/latest/developer/encrypt-file), [Encrypt Text](https://docs.uipath.com/activities/other/latest/developer/encrypt-text), [Decrypt File](https://docs.uipath.com/activities/other/latest/developer/decrypt-file), [Decrypt Text](https://docs.uipath.com/activities/other/latest/developer/decrypt-text), [Hash File](https://docs.uipath.com/activities/other/latest/developer/keyed-hash-file), [Message Box](https://docs.uipath.com/activities/other/latest/workflow/message-box). |
