# Master Encryption Keys

**In encryption**, a master key is a key that can decrypt multiple sets of encrypted data or manage other keys. It is a critical component in key management systems and plays a significant role in ensuring data security and access control.\
\
FenixPyre offers three different methods to create your Master Key, giving you flexibility based on your security requirements and preferences. Choose the option that best fits your organization’s needs:

{% content-ref url="/spaces/OuMyGdeUQs2m5OYPFuwT/pages/Wx72m9SDEBnJMwNReODP" %}
[Create Master Encryption Key with FenixPyre](/fenixpyre-for-admins/admin-dashboard/key-management/master-encryption-keys/create-master-encryption-key-with-fenixpyre.md)
{% endcontent-ref %}

{% content-ref url="/spaces/OuMyGdeUQs2m5OYPFuwT/pages/kplPBzuWXHTPNvarzeLk" %}
[Setup Bring Your Own Master Encryption Key (BYOMEK) with  Azure](/fenixpyre-for-admins/admin-dashboard/key-management/master-encryption-keys/setup-bring-your-own-master-encryption-key-byomek-with-azure.md)
{% endcontent-ref %}

{% content-ref url="/spaces/OuMyGdeUQs2m5OYPFuwT/pages/8pce5OQj1bNfuqrvu0vW" %}
[Setup Bring Your Own Master Encryption Key (BYOMEK) with Google HSM](/fenixpyre-for-admins/admin-dashboard/key-management/master-encryption-keys/setup-bring-your-own-master-encryption-key-byomek-with-google-hsm.md)
{% endcontent-ref %}

#### Master Key Creation Options and Prerequisites

FenixPyre offers three methods to create your master key:

**Create Your Own Master Key with FenixPyre:**

* Generate your master key and store it in the FenixPyre-managed HSM (Encryption Key Provider).
* To create your master key with FenixPyre, you only need to have access to the FenixPyre dashboard. This is the most convenient option and is recommended for small enterprises.

**Google HSM:**

* Import your existing master key from Google’s Hardware Security Module (HSM).
* To create a master key from Google's Hardware Security Module, you need to have a vault (key ring) created with FenixPyre and a key created in the same vault.

**Azure HSM:**

* Import your existing master key from Azure’s Hardware Security Module (HSM).
* To create a master key from Azure's Hardware Security Module, you need to have a vault created with FenixPyre and a key created in the same vault.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/key-management/master-encryption-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
