Skip to content

Latest commit

 

History

History

data-encryption

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Data encryption

Data encryption ensures that only the authorized users in a channel communicate with each other. This ensures that potential eavesdroppers cannot access sensitive and private information shared in a channel. While not every use case requires data encryption, Signaling provides built-in encryption methods that guarantee data confidentiality during transmission.

Understand the code

For context on this sample, and a full explanation of the essential code snippets used in this project, read Data encryption

How to run this project

To see how to run this project, read the instructions in the main README or SDK quickstart.