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

# Khởi tạo nhóm người dùng

> Mô tả quá trình khởi tạo nhóm người dùng và các khóa mã hóa liên quan trong Locker

## Khởi tạo nhóm người dùng

Khi một người dùng Locker khởi tạo một nhóm người dùng để chia sẻ dữ liệu, những công việc sau sẽ được thực hiện:

* Client tạo ra khóa mã hóa **Org Symmetric Key** cho nhóm người dùng đó bằng [Thuật toán sinh số ngẫu nhiên CSPRNG](/vi/locker-whitepaper/security-fundamentals/cryptographically-secure-pseudorandom-number-generator).
* Org Symmetric Key được mã hóa bằng [Thuật toán mã hóa AES-256-CBC](/vi/locker-whitepaper/security-fundamentals/aes-256-cbc-encryption) với khóa là RSA Public Key đã lưu khi người dùng [tạo tài khoản](/vi/locker-whitepaper/encryption-and-decryption/account-registration).
* Dữ liệu của Nhóm người dùng sau đó sẽ được mã hóa và giải mã bằng **Org Symmetric Key** với [Thuật toán mã hóa AES-256-CBC](/vi/locker-whitepaper/security-fundamentals/aes-256-cbc-encryption).

Sơ đồ sau mô tả quá trình tạo và lưu trữ **Org Symmetric Key**.

<img src="https://mintcdn.com/locker/ZpQHj9IjHy-TnRFC/images/vi/locker-whitepaper/data-sharing/create_org_key.png?fit=max&auto=format&n=ZpQHj9IjHy-TnRFC&q=85&s=1b00376ab1e7ee737e6aaa31e3357fa2" alt="Sơ đồ tạo và lưu trữ Org Symmetric Key" width="1410" height="768" data-path="images/vi/locker-whitepaper/data-sharing/create_org_key.png" />

Sơ đồ dưới đây mô tả chi tiết luồng mã hóa dữ liệu **Org Vault Item** trong nhóm người dùng.

<img src="https://mintcdn.com/locker/ZpQHj9IjHy-TnRFC/images/vi/locker-whitepaper/data-sharing/encrypt_org_vault.png?fit=max&auto=format&n=ZpQHj9IjHy-TnRFC&q=85&s=54314e1a339cd2f0d82521e5c9691a3e" alt="Sơ đồ mã hóa Org Vault Item trong nhóm người dùng" width="2026" height="1340" data-path="images/vi/locker-whitepaper/data-sharing/encrypt_org_vault.png" />
