mirror of
https://github.com/fzxx/XiangYue.git
synced 2025-11-24 19:12:55 +08:00
License
This commit is contained in:
12
License.txt
12
License.txt
@@ -1,12 +1,12 @@
|
||||
私下研究专用许可证
|
||||
|
||||
版本 1.0,2025年7月10日
|
||||
版本 1.1,2025年8月29日
|
||||
|
||||
版权所有 © 风之暇想
|
||||
|
||||
1. 许可范围限制
|
||||
仅限个人或内部研究使用:可在个人或组织内部私下研究、学习和分析源代码。
|
||||
禁止行为:商业用途、公开传播对软件的研究成果、衍生作品或逆向工程结果(原始文件传播除外);公开学术使用。
|
||||
禁止行为:商业用途、公开传播对软件的研究成果、衍生作品或逆向工程结果(原始文件传播除外);公开学术使用、AI训练。
|
||||
|
||||
2. 传播条款
|
||||
允许以原始未修改形式公开传播,需附带完整许可声明,保留所有版权标识,并提供源代码或源码链接。
|
||||
@@ -28,13 +28,13 @@
|
||||
|
||||
Private Research Only License
|
||||
|
||||
Version 1.0, July 10, 2025
|
||||
Version 1.1, August 29, 2025
|
||||
|
||||
Copyright © Fzxx
|
||||
|
||||
1. Restrictions 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.
|
||||
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.
|
||||
1. Limitations on License Scope
|
||||
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 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
|
||||
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.
|
||||
|
||||
11
README.md
11
README.md
@@ -55,7 +55,8 @@ J7ni11NnCUEe1+GtZcIWoJcKNgzsyN8K8BQBKnDn/1mLPkv2ul1VUcedyoIgZpXcNUKfy3HhZI6soaa5
|
||||
|
||||
[](https://xyue.515188.xyz/) [](https://xshuo.515188.xyz/) [](https://github.com/fzxx/XiangYue/releases)
|
||||
|
||||
[](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**
|
||||
- 使用**开源的阅后即焚文档**传递密码,例如:**PrivateBin**、pastebin
|
||||
- 使用**开源的阅后即焚文档**传递密码、公钥,例如:**PrivateBin**、pastebin
|
||||
|
||||
#### 少量文字也会生成较长的文本,能缩短吗?
|
||||
|
||||
- 因为**追求安全性**,所以添加了随机种子、校验标签参数,密文中存储这些参数导致的;去掉参数**追求短密文会削弱安全性**,目前已做到保障安全性的情况下最短了。
|
||||
|
||||
#### 感觉加密/解密慢?
|
||||
#### 感觉加密/解密慢?支持加密/解密的最大容量?
|
||||
|
||||
- 使用**Argon2id算法(慢哈希算法)**的正常现象;Base64模式下,短文本理应1秒内加/解密完成,5M的文本(大约200万字)应3秒左右,这是可以接受的速度。
|
||||
|
||||
#### 支持加密/解密的最大容量?
|
||||
|
||||
- 不影响速度的情况下,**建议5M以下**(测试支持50M+);超大的文本请使用压缩包或者其它方式加密。
|
||||
|
||||
#### 可以给密文再次加密?或者嵌入?
|
||||
|
||||
Reference in New Issue
Block a user