[PR #77] [MERGED] add salt to all messages #81

Closed
opened 2026-03-03 01:21:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cs01/termpair/pull/77
Author: @cs01
Created: 8/10/2021
Status: Merged
Merged: 8/10/2021
Merged by: @cs01

Base: masterHead: cs01/add-salt-to-messages


📝 Commits (1)

📊 Changes

6 files changed (+152 additions, -76 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 README.md (+118 -65)
📝 termpair/frontend_src/src/encryption.tsx (+4 -3)
📝 termpair/frontend_src/src/events.tsx (+9 -1)
📝 termpair/frontend_src/src/websocketMessageHandler.tsx (+4 -2)
📝 termpair/share.py (+16 -5)

📄 Description

  • I have added an entry to CHANGELOG.md

Summary of changes

  • Add additional random string to each encrypted message (bullet 2 of #36)
  • This changes the message format from just sending the output as the payload to sending a json string with the output and a 12 byte salt.
  • Also updated the readme

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cs01/termpair/pull/77 **Author:** [@cs01](https://github.com/cs01) **Created:** 8/10/2021 **Status:** ✅ Merged **Merged:** 8/10/2021 **Merged by:** [@cs01](https://github.com/cs01) **Base:** `master` ← **Head:** `cs01/add-salt-to-messages` --- ### 📝 Commits (1) - [`dd6f13e`](https://github.com/cs01/termpair/commit/dd6f13ea2664bff3d428ed893a9af18733f56c19) add salt to all messages ### 📊 Changes **6 files changed** (+152 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+118 -65) 📝 `termpair/frontend_src/src/encryption.tsx` (+4 -3) 📝 `termpair/frontend_src/src/events.tsx` (+9 -1) 📝 `termpair/frontend_src/src/websocketMessageHandler.tsx` (+4 -2) 📝 `termpair/share.py` (+16 -5) </details> ### 📄 Description <!-- add an 'x' in the brackets below --> * [x] I have added an entry to `CHANGELOG.md` ## Summary of changes * Add additional random string to each encrypted message (bullet 2 of #36) * This changes the message format from just sending the output as the payload to sending a json string with the output and a 12 byte salt. * Also updated the readme --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:21:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termpair#81
No description provided.