Home / Glossary / End-to-end encryption
What is End-to-End Encryption?
Abbreviation: E2EE
End-to-end encryption यह सुनिश्चित करता है कि केवल endpoints (sender, receiver) message content पढ़ सकें — intermediaries (platform vendor सहित) नहीं पढ़ सकते। osFoundry realtime channels और synced workspace data के लिए E2EE का उपयोग करता है।
Detail
E2EE में, encryption keys user के साथ रहती हैं; data device छोड़ने से पहले encrypted होता है और केवल destination पर decrypted होता है। Servers केवल ciphertext store करते हैं — वे इसे deliver कर सकते हैं लेकिन इसे पढ़ नहीं सकते।
Key management सबसे कठिन भाग है। Recovery (lost device, lost key) के लिए encryption promise को तोड़े बिना careful design की आवश्यकता होती है।
How osFoundry approaches End-to-End Encryption
osFoundry के realtime channels E2EE हैं। Workspace data sync workspace-controlled keys के साथ authenticated encryption का उपयोग करता है।
Related terms
Related features