mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 23:33:00 -05:00
[PR #379] [MERGED] stream: encrypt cached stream data #1122
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.11← Head:encrypt-stream📝 Commits (10+)
e282a91stream: encrypt cached stream data & clean up related modulesdbe2a02stream/manage: remove unnecessary Math.floor for timestamp from prehistoric timesc22d764core/api: remove unnecessary Math.floor for timestamp9211b39createStream: removed an outdated variable6ed03b0crypto: rename sha256 func to generateHmac48ac75bcrypto: concat buffers in encryptStream and decryptStream73b63e5crypto: replace base64 with base64urlf4acd2fstream/manage: replace base64 with base64url97f4528core/api: update checkSafeLengthfc39ac7crypto: 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.