Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/pull-box-stream
https://github.com/jacobbubu/pull-box-stream
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobbubu/pull-box-stream
- Owner: jacobbubu
- License: mit
- Created: 2020-04-10T03:11:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:53:57.000Z (about 2 years ago)
- Last Synced: 2024-12-13T19:27:53.090Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README-chs.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# 安全加密算法的中文版
pull-box-stream 的实现不能被直接拿来加密一个 TCP 连接,除非和其他秘钥握手协议配合使用。
如果不握手,最简单的就是用途加密一个文件。
## 声明
### 所有字节都是要经过鉴权和加密的
* 接收者任何时候都不会读到未经鉴权的字节数据。
## 协议
This protocol has no malleable bytes.
Even the framing is authenticated, and since the framing is
authenticated separately to the packet content, an attacker cannot
flip any bits without being immediately detected.