hash加密之bcrypt:
bcrypt cost
When BCrypt was first published, in 1999, they listed their implementation's default cost factors:
normal user: 6
super user: 8
A bcrypt cost of 6 means 64 rounds (26 = 64)
当BCrypt在1999年首次发布时,他们列出了他们实施的默认成本因素:
普通用户:6
超级用户:8
bcrypt成本为6意味着64轮(26=64)。
在线工具:https://bcrypt.online/
