[PR #379] [MERGED] stream: encrypt cached stream data #1122

Closed
opened 2025-11-09 10:06:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/379
Author: @wukko
Created: 3/5/2024
Status: Merged
Merged: 3/5/2024
Merged by: @wukko

Base: 7.11Head: encrypt-stream


📝 Commits (10+)

  • e282a91 stream: encrypt cached stream data & clean up related modules
  • dbe2a02 stream/manage: remove unnecessary Math.floor for timestamp from prehistoric times
  • c22d764 core/api: remove unnecessary Math.floor for timestamp
  • 9211b39 createStream: removed an outdated variable
  • 6ed03b0 crypto: rename sha256 func to generateHmac
  • 48ac75b crypto: concat buffers in encryptStream and decryptStream
  • 73b63e5 crypto: replace base64 with base64url
  • f4acd2f stream/manage: replace base64 with base64url
  • 97f4528 core/api: update checkSafeLength
  • fc39ac7 crypto: change input var name in stream functions

📊 Changes

4 files changed (+92 additions, -41 deletions)

View changed files

📝 src/core/api.js (+24 -10)
📝 src/modules/stream/manage.js (+47 -27)
📝 src/modules/sub/crypto.js (+21 -3)
📝 src/modules/sub/utils.js (+0 -1)

📄 Description

No description provided


🔄 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/imputnet/cobalt/pull/379 **Author:** [@wukko](https://github.com/wukko) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `7.11` ← **Head:** `encrypt-stream` --- ### 📝 Commits (10+) - [`e282a91`](https://github.com/imputnet/cobalt/commit/e282a9183fcecfcf2a969cc9fe47927b3ccc7a32) stream: encrypt cached stream data & clean up related modules - [`dbe2a02`](https://github.com/imputnet/cobalt/commit/dbe2a02152c8d298f7fd8e3ca9857a4b17812570) stream/manage: remove unnecessary Math.floor for timestamp from prehistoric times - [`c22d764`](https://github.com/imputnet/cobalt/commit/c22d76444b0067fbcd790d22b1a6b453214c0f85) core/api: remove unnecessary Math.floor for timestamp - [`9211b39`](https://github.com/imputnet/cobalt/commit/9211b395887473ce530a66064273cacc3b043ebe) createStream: removed an outdated variable - [`6ed03b0`](https://github.com/imputnet/cobalt/commit/6ed03b003588182f6e5b40287c31cabae1e1d43e) crypto: rename sha256 func to generateHmac - [`48ac75b`](https://github.com/imputnet/cobalt/commit/48ac75b135d5485bf8607841d16ce9382c004517) crypto: concat buffers in encryptStream and decryptStream - [`73b63e5`](https://github.com/imputnet/cobalt/commit/73b63e5487caa555a4799f4c63afbd3216fa862f) crypto: replace base64 with base64url - [`f4acd2f`](https://github.com/imputnet/cobalt/commit/f4acd2f14121d68be89b61aae06f54b8f3a0ae8c) stream/manage: replace base64 with base64url - [`97f4528`](https://github.com/imputnet/cobalt/commit/97f4528e92dc1245360266d13f5bc19029661a2d) core/api: update checkSafeLength - [`fc39ac7`](https://github.com/imputnet/cobalt/commit/fc39ac76b6471da4815efcb316bb59c5e28d18a8) crypto: change input var name in stream functions ### 📊 Changes **4 files changed** (+92 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `src/core/api.js` (+24 -10) 📝 `src/modules/stream/manage.js` (+47 -27) 📝 `src/modules/sub/crypto.js` (+21 -3) 📝 `src/modules/sub/utils.js` (+0 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:06:13 -06:00
Sign in to join this conversation.