사용 중 암호화
MongoDB는 사용 중 암호화에 대한 두 가지 접근 방식을 제공합니다.
사용 중 암호화 접근 방식 선택
You can use both Queryable Encryption and Client-Side Field Level Encryption in the same deployment, but they are incompatible with each other in the same collection. For a comparison of the two, including compatibility with MongoDB versions and points to consider when choosing one or the other, see Choosing an In-Use Encryption Approach.
Encryption Keys and Key Vaults
Both Queryable Encryption and Client-Side Field Level Encryption use an 봉투 암호화 approach to encrypt data, where an encrypted field in a document uses a unique 데이터 암호화 키, and those keys are encrypted using a 고객 마스터 키.
For details, see Encryption Keys and Key Vaults.
Queryable Encryption
Queryable Encryption 과 그 구성 요소의 작동 방식과 애플리케이션 에서 구현 하는 방법을 학습 보려면 Queryable Encryption 을 참조하세요.
클라이언트 사이드 필드 레벨 암호화
클라이언트 사이드 필드 레벨 암호화와 그 구성 요소의 작동 방식과 애플리케이션에서 구현하는 방법을 알아보려면 클라이언트 사이드 필드 레벨 암호화를 참조하세요.