import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';

At every level, the platform applies measures that ensure [system security](/en/platform/v3/security/security-mechanisms). These include the security mechanisms built into the platform — encryption, authentication, auditing, and access control technologies — as well as the [data security mechanisms](/en/platform/v3/security/data-security) that protect information throughout its lifecycle.

Particular attention is paid to defense in depth, so that risks are minimized at both the implementation and operation stages. Together, these measures give the platform fault tolerance, compliance, and data protection in a distributed environment.

<Cards cols={2}>
  <Card
    icon="lock"
    title="Security mechanisms and technologies"
    description="Aspects of a layered security system."
    href="/en/platform/v3/security/security-mechanisms"
  />
  <Card
    icon="shield"
    title="Data security mechanisms"
    description="How data is protected throughout its lifecycle."
    href="/en/platform/v3/security/data-security"
  />
</Cards>