Skip to content

Fix: Double Ratchet message encryption for DMs (Auto-Generated) - #431

Merged
codebestia merged 2 commits into
codebestia:mainfrom
helloworld1-star:driptide/issue-306-1785316312170
Jul 30, 2026
Merged

Fix: Double Ratchet message encryption for DMs (Auto-Generated)#431
codebestia merged 2 commits into
codebestia:mainfrom
helloworld1-star:driptide/issue-306-1785316312170

Conversation

@helloworld1-star

Copy link
Copy Markdown
Contributor

Closes #306

This PR was generated by the DripTide AI coder and scoped strictly to issue #306.

Changes

Adds a browser-side Double Ratchet implementation using Web Crypto and IndexedDB for local-only session state, with ratcheted AES-GCM message envelopes. Corrected the sending-ratchet DH computation so the new sending key is used with the previous remote ratchet key, matching the recipient's DH calculation.

Verification

Passed automated self-review (lint + issue-coverage checks).

Linked with Closes #306 so the Drips Wave bot resolves the issue on merge.

@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@helloworld1-star Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@codebestia
codebestia merged commit 0d2f0df into codebestia:main Jul 30, 2026
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Double Ratchet message encryption for DMs

2 participants