This commit is contained in:
风之暇想
2025-08-29 13:11:06 +08:00
committed by GitHub
parent 1a7c10e874
commit e4184cd48d
2 changed files with 11 additions and 12 deletions

View File

@@ -1,12 +1,12 @@
私下研究专用许可证 私下研究专用许可证
版本 1.02025年7月10 版本 1.12025年8月29
版权所有 © 风之暇想 版权所有 © 风之暇想
1. 许可范围限制 1. 许可范围限制
仅限个人或内部研究使用:可在个人或组织内部私下研究、学习和分析源代码。 仅限个人或内部研究使用:可在个人或组织内部私下研究、学习和分析源代码。
禁止行为:商业用途、公开传播对软件的研究成果、衍生作品或逆向工程结果(原始文件传播除外);公开学术使用。 禁止行为:商业用途、公开传播对软件的研究成果、衍生作品或逆向工程结果(原始文件传播除外);公开学术使用、AI训练
2. 传播条款 2. 传播条款
允许以原始未修改形式公开传播,需附带完整许可声明,保留所有版权标识,并提供源代码或源码链接。 允许以原始未修改形式公开传播,需附带完整许可声明,保留所有版权标识,并提供源代码或源码链接。
@@ -28,13 +28,13 @@
Private Research Only License Private Research Only License
Version 1.0, July 10, 2025 Version 1.1, August 29, 2025
Copyright © Fzxx Copyright © Fzxx
1. Restrictions on License Scope 1. Limitations on License Scope
Limited to personal or internal research use: The source code may be used for private research, study, and analysis by individuals or within organizations. Limited to personal or internal research use: You may conduct private research, study, and analysis of the source code within an individual or organization.
Prohibited acts: Commercial use; public dissemination of research results, derivative works, or reverse engineering results related to the software (except for the dissemination of original files); public academic use. Prohibited acts: Commercial use; public dissemination of research results related to the software, derivative works, or reverse engineering results (except for the dissemination of original files); public academic use; AI training.
2. Distribution Terms 2. Distribution Terms
Public distribution in its original, unmodified form is permitted, provided that a complete license statement is included, all copyright notices are retained, and the source code or a link to the source code is provided. Public distribution in its original, unmodified form is permitted, provided that a complete license statement is included, all copyright notices are retained, and the source code or a link to the source code is provided.

View File

@@ -55,7 +55,8 @@ J7ni11NnCUEe1+GtZcIWoJcKNgzsyN8K8BQBKnDn/1mLPkv2ul1VUcedyoIgZpXcNUKfy3HhZI6soaa5
[![在线页面](https://img.shields.io/badge/在线页面-想曰-yellow?logo=googlechrome&logoColor=white)](https://xyue.515188.xyz/) [![免尴尬页面](https://img.shields.io/badge/免尴尬页面-想说-green?logo=firefox&logoColor=white)](https://xshuo.515188.xyz/) [![Release](https://img.shields.io/github/v/release/fzxx/XiangYue?label=离线客户端&color=blue&logo=github)](https://github.com/fzxx/XiangYue/releases) [![在线页面](https://img.shields.io/badge/在线页面-想曰-yellow?logo=googlechrome&logoColor=white)](https://xyue.515188.xyz/) [![免尴尬页面](https://img.shields.io/badge/免尴尬页面-想说-green?logo=firefox&logoColor=white)](https://xshuo.515188.xyz/) [![Release](https://img.shields.io/github/v/release/fzxx/XiangYue?label=离线客户端&color=blue&logo=github)](https://github.com/fzxx/XiangYue/releases)
[![备用页面](https://img.shields.io/badge/备用页面-想曰-yellow?logo=googlechrome&logoColor=white)](https://xiangyue.js.org/) <a href="https://xiangyue.js.org/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/备用页面-想曰-yellow?logo=googlechrome&logoColor=white" alt="备用页面"></a>
## 🔄️更新日志 ## 🔄️更新日志
@@ -67,21 +68,19 @@ J7ni11NnCUEe1+GtZcIWoJcKNgzsyN8K8BQBKnDn/1mLPkv2ul1VUcedyoIgZpXcNUKfy3HhZI6soaa5
## 😕 疑问 ## 😕 疑问
#### 发送给多人如何管理多个密码?如何安全地传递密码? #### 发送给多人如何管理多个密码?如何安全地传递密码、公钥
- 使用可靠的密码管理器,例如:**KeePass**、KeePassXC、**Bitwarden** - 使用可靠的密码管理器,例如:**KeePass**、KeePassXC、**Bitwarden**
- 使用**开源的阅后即焚文档**传递密码,例如:**PrivateBin**、pastebin - 使用**开源的阅后即焚文档**传递密码、公钥,例如:**PrivateBin**、pastebin
#### 少量文字也会生成较长的文本,能缩短吗? #### 少量文字也会生成较长的文本,能缩短吗?
- 因为**追求安全性**,所以添加了随机种子、校验标签参数,密文中存储这些参数导致的;去掉参数**追求短密文会削弱安全性**,目前已做到保障安全性的情况下最短了。 - 因为**追求安全性**,所以添加了随机种子、校验标签参数,密文中存储这些参数导致的;去掉参数**追求短密文会削弱安全性**,目前已做到保障安全性的情况下最短了。
#### 感觉加密/解密慢? #### 感觉加密/解密慢?支持加密/解密的最大容量?
- 使用**Argon2id算法(慢哈希算法)**的正常现象Base64模式下短文本理应1秒内加/解密完成5M的文本大约200万字应3秒左右这是可以接受的速度。 - 使用**Argon2id算法(慢哈希算法)**的正常现象Base64模式下短文本理应1秒内加/解密完成5M的文本大约200万字应3秒左右这是可以接受的速度。
#### 支持加密/解密的最大容量?
- 不影响速度的情况下,**建议5M以下**测试支持50M+);超大的文本请使用压缩包或者其它方式加密。 - 不影响速度的情况下,**建议5M以下**测试支持50M+);超大的文本请使用压缩包或者其它方式加密。
#### 可以给密文再次加密?或者嵌入? #### 可以给密文再次加密?或者嵌入?