---
title: "General information about the Secrets Manager product"
sidebar_label: "General information"
sidebar_position: 1
description: "Basic information about the Secrets Manager: description, secret features, cost, etc"
---

import Formbricks from '@theme/MDXComponents/Formbricks'

# General information about the Secrets Manager product

Secrets Manager is a unified, secure service for storing [secrets](#secrets) — sensitive data, such as usernames and passwords for accessing applications and databases, SSH keys, API keys, and other confidential data from Selectel or external services.

You can work with secrets in the [control panel](https://my.selectel.ru/vpc/), via the [Secrets Manager API](/api/) or [Terraform](/terraform/providers/).

The product supports: [user types and roles](/access-control/access-management.mdx), [projects](/access-control/projects/about-projects.mdx).

Records of operations with secrets are saved in [audit logs](/audit-logs/about-audit-logs.mdx).

## Secrets \{#secrets}

All sensitive data that you add to Secrets Manager is stored in a single repository. Only authorized users have access to this repository.

Secrets are stored in an encrypted format (AES 256-GCM). When extracting data, TLS encryption is used, which protects data from eavesdropping and modification.

Sensitive data added to Secrets Manager does not need to be stored in the source code; you can configure automatic access to it from your applications.

You can store multiple [versions](/secrets-manager/secrets/versioning.mdx) of a single secret.

## Cost \{#price}

The service is provided free of charge.

<Formbricks />
