Skip to content

Conversation

@KnCRJVirX
Copy link
Collaborator

对于Windows平台

使用 Windows 提供的数据保护API(DPAPI)CryptProtectData CryptUnprotectData 加密密码的存储,保护密码只能由当前用户解密(类似于Chrome的密码保存)

对于其他平台

由于我还没有了解过其他平台是否有类似于Windows DPAPI一样的系统级数据保护API,故在其他平台上暂时使用简单的XOR加密

@code4lala
Copy link
Owner

kde、mac都有对应的加解密接口,但是逐个适配太麻烦的

@code4lala code4lala merged commit 5698034 into code4lala:master May 26, 2025
@KnCRJVirX
Copy link
Collaborator Author

kde、mac都有对应的加解密接口,但是逐个适配太麻烦的

ChatGPT也提到过Chrome和VSCode在Linux上用的是Secret Service API,我之后有时间了解一下😘
对了,你发一个最新的v1.0.0.6的Release呗,那个可选不弹出校园网之窗的功能其实挺有用的;还有就是改一下readme,密码不再是明文存储了😁

@code4lala
Copy link
Owner

我邀请你到这个仓库了,你接受邀请后,直接发吧。我毕业多年也没办法测试了,祝你打包顺利🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants