From e4184cd48d8eb848ed60026b670a426c66eba8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E4=B9=8B=E6=9A=87=E6=83=B3?= <53783792+fzxx@users.noreply.github.com> Date: Fri, 29 Aug 2025 13:11:06 +0800 Subject: [PATCH] License --- License.txt | 12 ++++++------ README.md | 11 +++++------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/License.txt b/License.txt index f83bda4..4a1a44e 100644 --- a/License.txt +++ b/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. diff --git a/README.md b/README.md index fb69eea..838cb6d 100644 --- a/README.md +++ b/README.md @@ -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://xiangyue.js.org/) +备用页面 + ## 🔄️更新日志 @@ -67,21 +68,19 @@ J7ni11NnCUEe1+GtZcIWoJcKNgzsyN8K8BQBKnDn/1mLPkv2ul1VUcedyoIgZpXcNUKfy3HhZI6soaa5 ## 😕 疑问 -#### 发送给多人如何管理多个密码?如何安全地传递密码? +#### 发送给多人如何管理多个密码?如何安全地传递密码、公钥? - 使用可靠的密码管理器,例如:**KeePass**、KeePassXC、**Bitwarden** -- 使用**开源的阅后即焚文档**传递密码,例如:**PrivateBin**、pastebin +- 使用**开源的阅后即焚文档**传递密码、公钥,例如:**PrivateBin**、pastebin #### 少量文字也会生成较长的文本,能缩短吗? - 因为**追求安全性**,所以添加了随机种子、校验标签参数,密文中存储这些参数导致的;去掉参数**追求短密文会削弱安全性**,目前已做到保障安全性的情况下最短了。 -#### 感觉加密/解密慢? +#### 感觉加密/解密慢?支持加密/解密的最大容量? - 使用**Argon2id算法(慢哈希算法)**的正常现象;Base64模式下,短文本理应1秒内加/解密完成,5M的文本(大约200万字)应3秒左右,这是可以接受的速度。 -#### 支持加密/解密的最大容量? - - 不影响速度的情况下,**建议5M以下**(测试支持50M+);超大的文本请使用压缩包或者其它方式加密。 #### 可以给密文再次加密?或者嵌入?