Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Login): add rsa to password #1604

Merged
merged 1 commit into from
Jul 6, 2023
Merged

feat(Login): add rsa to password #1604

merged 1 commit into from
Jul 6, 2023

Conversation

masterjyq
Copy link
Contributor

新功能添加

登录密码添加RSA加密的选项:
主要流程如下
image

配置如下:

[HTTP.RSA]
# open RSA  登录密码是否开启RSA加密
OpenRSA = false
# RSA public key  公钥地址
RSAPublicKeyPath = "/etc/n9e/public.pem"
# RSA private key  私钥地址
RSAPrivateKeyPath = "/etc/n9e/private.pem"
# RSA private key password 私钥密码,没有则为空
RSAPassWord = ""

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.

None yet

2 participants