Skip to content

Commit

Permalink
chore: remove irrelevant info
Browse files Browse the repository at this point in the history
  • Loading branch information
MrQuackDuck authored Jan 4, 2025
1 parent 7a8893d commit b86bbc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ To implement that, **end-to-end encryption** was chosen. Before using the applic
> [!NOTE]
> The **encryption keys** for rooms are stored **on the client only**. They're **not being sent to the server**.
This **API's role** is **to transfer** and **store** the encrypted data.

## 🌠 Features
Besides that, **Colir** **has** a couple of **features**, which can interest you in:
- **Rooms** are places where the encrypted communication happens. When a user **creates** a room, he/she chooses an **encryption key** (which will be stored at the client) and receives a **room GUID**. **They can share that GUID** with someone else so they **can join** that room. **Anyone** who has **the GUID** of a certain room **can join** it, but it will be **impossible to decrypt** the data **if** the **wrong encryption** key was provided.
Expand Down

0 comments on commit b86bbc1

Please sign in to comment.