提交 16f56e1c 作者: Juan Batiz-Benet

init: lower default rsa key size to 2048 for now

I think we should lower the default rsa key size to 2048 for now -- until we have a proper focus on securing everything. It's always a pain for new users to get hung on 4096 rsa key gen, when we have not even made sure we're using the keys perfectly correctly yet. (And 2048 is still considered secure)
上级 db56c0f1
......@@ -18,7 +18,7 @@ import (
u "github.com/ipfs/go-ipfs/util"
)
const nBitsForKeypairDefault = 4096
const nBitsForKeypairDefault = 2048
var initCmd = &cmds.Command{
Helptext: cmds.HelpText{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论