mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #309] [feat] 配置中的密钥请加密存储 #225
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @woodcoal on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/309
描述你的建议
配置中存在一些 api-key,都是明文存储的,一旦泄露就很危险,特别是同步到 github 或者 gitee 的时候。
建议涉及到密钥的字段,使用加密方式存贮。
@codexu commented on GitHub (Jun 30, 2025):
NoteGen 本身开源,且没有服务端,所以加密也没什么用,最多只能提高一点破解难度吧。
先确保同步到私有仓库吧。