> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Section Overview

> This article covers Vault Secrets Engines, their functions, and exam objectives related to selecting and understanding different types of secrets in HashiCorp Vault.

Vault Secrets Engines are the core building blocks of any [HashiCorp Vault](https://www.vaultproject.io/) deployment. They handle everything from storing static secrets and generating dynamic credentials to issuing certificates and performing encryption. In fact, every Vault feature you interact with is delivered via a Secrets Engine.

Below are the Vault Associate Exam objectives related to Secrets Engines:

| Exam Objective                           | Description                                                      |
| ---------------------------------------- | ---------------------------------------------------------------- |
| Choose a secret method based on use case | Identify the appropriate Secrets Engine for different scenarios  |
| Contrast static vs. dynamic secrets      | Explain the differences and ideal use cases for each secret type |
| Define the Transit Secrets Engine        | Understand the purpose and functionality of the Transit engine   |
| Define what Secrets Engines are          | Describe the role and mechanics of Secrets Engines in Vault      |

Although the exam lists these objectives in the order above, this guide follows a more natural progression:

1. What is a Secrets Engine?
2. Static vs. Dynamic Secrets
3. Selecting the Right Secrets Engine for Your Use Case
4. Deep Dive: The Transit Secrets Engine

Let’s get started!

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/hashicorp-certified-vault-associate-certification/module/cb962cde-84d3-4b26-8875-e8f093d77244/lesson/9217c679-60fb-40ac-ad9c-def62caf4b54" />
</CardGroup>
