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

加密算法 #17

Open
JoeMinty opened this issue Jul 27, 2020 · 0 comments
Open

加密算法 #17

JoeMinty opened this issue Jul 27, 2020 · 0 comments

Comments

@JoeMinty
Copy link
Owner

禁止使用私有的加密算法,禁止使用弱加密算法。

推荐的加密算法有:

  • 对称加密算法: AES

  • 非对称加密算法:RSA

  • 数字签名算法: DSA,ECDSA

  • 安全哈希算法: SHA256,如果使用哈希算法来存储口令,则必须加入盐值,salt至少应该包含8字节且是安全随机数

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

No branches or pull requests

1 participant