> For the complete documentation index, see [llms.txt](https://polkadot.novabloq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkadot.novabloq.com/element-polkadot-utils.md).

# Element - Polkadot Utils

- [Actions](https://polkadot.novabloq.com/element-polkadot-utils/actions.md)
- [Create Mnemonic](https://polkadot.novabloq.com/element-polkadot-utils/actions/create-mnemonic.md): Will generate a new mnemonic phrase (new wallet)
- [Validate address](https://polkadot.novabloq.com/element-polkadot-utils/actions/validate-address.md)
- [Encrypt Message](https://polkadot.novabloq.com/element-polkadot-utils/actions/encrypt-message.md): Encrypt and Decrypt a message with NaCl (pronouced "salt"), which is a Networking and Cryptography library used in util-crypto.
- [Decrypt Encrypted](https://polkadot.novabloq.com/element-polkadot-utils/actions/decrypt-encrypted.md): Encrypt and Decrypt a message with NaCl (pronouced "salt"), which is a Networking and Cryptography library used in util-crypto.
- [Generate a Multisig Account](https://polkadot.novabloq.com/element-polkadot-utils/actions/generate-a-multisig-account.md): Generates the address that would correspond to a set of addresses and threshold.
- [Verify Signature](https://polkadot.novabloq.com/element-polkadot-utils/actions/verify-signature.md)
- [Hash Data](https://polkadot.novabloq.com/element-polkadot-utils/actions/hash-data.md)
