Algorithm-Arena / weekly-challenge-4-encrypted-thread

1 stars 0 forks source link

Weekly Challenge #4 - Encrypted Thread

For this challenge, you need to implement a Twitter/X/Threads experience where you can see a thread and reply to it. The entire data of the thread must live in the URL and be end to end encrypted. You can take inspiration from this blog post that explains how it works on Excalidraw. The hashtag part of the URL must be below 2000 characters. The idea of this challenge is to raise awareness on the fact that we can do end to end encryption in the browser and using data compression to make a large amount of content available, as well as figuring out how to work out data sharing.

image

Winners

https://github.com/Algorithm-Arena/weekly-challenge-4-encrypted-thread/assets/197597/8aeef72e-7e0c-4534-a958-22fd982adb8a

https://github.com/Algorithm-Arena/weekly-challenge-4-encrypted-thread/assets/197597/ad5483aa-dbae-4a6d-8c87-8939b715e453

https://github.com/Algorithm-Arena/weekly-challenge-4-encrypted-thread/assets/197597/7052272f-fa5d-4767-85a9-f79aa998e850

https://github.com/Algorithm-Arena/weekly-challenge-4-encrypted-thread/assets/197597/98980726-dc9a-4984-a690-6aaa48e11fd1

Prizes:

Rules:

How to submit a solution: