Feature: End to End Encrypted Message Handling for Ruqola#8
Open
edcedcedcedc wants to merge 70 commits intoRocketChat:gsoc2025from
Open
Feature: End to End Encrypted Message Handling for Ruqola#8edcedcedcedc wants to merge 70 commits intoRocketChat:gsoc2025from
edcedcedcedc wants to merge 70 commits intoRocketChat:gsoc2025from
Conversation
…rivate key function
Montel
reviewed
Aug 14, 2025
Montel
requested changes
Aug 18, 2025
src/rocketchatrestapi-qt/e2e/provideuserswithsuggestedgroupkeysjob.h
Outdated
Show resolved
Hide resolved
src/rocketchatrestapi-qt/e2e/provideuserswithsuggestedgroupkeysjob.h
Outdated
Show resolved
Hide resolved
Montel
requested changes
Aug 19, 2025
src/rocketchatrestapi-qt/e2e/provideuserswithsuggestedgroupkeysjob.h
Outdated
Show resolved
Hide resolved
…of current library
…WithSuggestedGroupKeysJob'
Montel
reviewed
Oct 6, 2025
| const QString ePrivKeyBase64Url = QString::fromLatin1(encryptedPrivateKey.toBase64(QByteArray::Base64UrlEncoding | QByteArray::OmitTrailingEquals)); | ||
| jwkObj[QStringLiteral("RSA-EPrivKey")] = ePrivKeyBase64Url; | ||
|
|
||
| QJsonDocument doc(jwkObj); |
Montel
requested changes
Oct 6, 2025
|
|
||
| - [Overview](#overview) | ||
| - [Features](#features) | ||
| - [Installation](#installation) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FINAL REPORT, GSOC 2025
Project
Phase 1:
Develop an encryption Test GUI within Ruqola client in ‘tests/encryptiontest’, to prototype and test the E2EE workflow.
This includes:
Phase 2:
Key integration with Rocket.Chat server and cli sandbox testing environment with Ruqola.
This will include:
Current state and progress of phase 2:
Key upload download:
localkeystore and management:
Session Key Management and Distribution:
Message Encryption and Decryption:
Bugfixes:
Сhallenges and important things that I have learned during the project:
I learned how to manage stress, respect deadlines, and be reliable. I improved my technical communication, high-level planning, and system design skills, as well as my ability to collaborate effectively. I also developed a stronger security mindset, practiced testing and quality assurance, gained practical C++ experience, and became more confident with open-source workflows.
The main challenges included developing the CLI entry point to enable programmatic login, designing the overall system architecture while keeping the broader context in mind, and ensuring that I always understood the purpose of each step. Another significant challenge was working with C++ itself - a language as verbose as Java but often more cryptic, which required extra care and attention.
Notes:
This PR has been created as part of the Google Summer of Code in the "E2EE message handling for Ruqola" project.