创建bdlink密码是数字

I am very tired of seeing arbitrary password rules that are different for every web or mobile app. It's almost like these apps aren't following a standard and are just making up their own rules that aren't based on good security practices.

我对看到每个Web或移动应用程序都不同的任意密码规则感到非常厌倦。 几乎就像这些应用没有遵循标准,只是在制定自己的规则,这些规则并不基于良好的安全实践。

All too often I see password entry requirements like this:

我经常看到这样的密码输入要求:

Who came up with the idea that you need to have short passwords with only certain types of symbols that are impossible for the average human to remember?

谁想到了只需要使用某些类型的短密码就可以让普通人记住的短密码的想法?

XKCD made an excellent point about this here:

XKCD在这里对此提出了非常好的观点:

更安全的密码 (More Secure Passwords)

Decades ago, it was recommended that people use more complex passwords containing numbers and symbols to make them more secure. That is no longer the recommendation of security professionals – even the ones who used to recommend more complex passwords now say that practice is outdated.

几十年前,建议人们使用更复杂的密码(包含数字和符号)来提高安全性。 这不再是安全专家的建议-即使是曾经建议使用更复杂密码的人现在也说这种做法已经过时了 。

Security testing shows that the best ways to make passwords more secure is to simply make them longer and use a unique one for every app or website. They don't even have to be fancy or completely random. But you should be using a password manager to generate them anyway.

安全测试表明,使密码更安全的最佳方法是简单地延长密码长度,并对每个应用程序或网站使用唯一的密码。 他们甚至不必幻想或完全随机。 但是无论如何,您都应该使用密码管理器来生成它们。

I recommend using 1Password (browser), Encryptr (desktop), or RoboForm (browser). Then you will just have one password to remember and have the password manager do the hard work of generating a unique one for every app or website you use.

我建议使用1Password (浏览器), Encryptr (桌面)或RoboForm (浏览器)。 然后,您只需要记住一个密码,并让密码管理器完成为您使用的每个应用程序或网站生成唯一密码的艰苦工作。

更多信息 (More Information)

  • Here is a full list of best practices for creating passwords by security researcher Troy Hunt.

    这是安全研究人员Troy Hunt 创建密码的最佳做法的完整列表 。

  • If you want to dive deep into password strength estimation, I highly recommend this talk by Daniel Wheeler at Dropbox.

    如果您想深入了解密码强度估计,我强烈建议Dropbox上的Daniel Wheeler讲这个话题 。

结论 (Conclusion)

Remember, make longer passwords, educate yourself by reading Troy Hunt's article, and use a password manager.

请记住,设置更长的密码,阅读Troy Hunt的文章以进行自我教育,并使用密码管理器。

I hope you enjoyed this brief article. Let me know your feedback or additional recommendations in the comments.

希望您喜欢这篇简短的文章。 在评论中让我知道您的反馈或其他建议。

Here is how you can reach me:

您可以通过以下方式与我联系:

  • gwenf@protonmail.comgwenf@protonmail.com
  • https://gwenfaraday.com

    https://gwenfaraday.com

  • Faraday Academy YouTube Channel

    法拉第学院YouTube频道

翻译自: https://www.freecodecamp.org/news/actually-secure-passwords/

创建bdlink密码是数字

创建bdlink密码是数字_如何创建实际上是安全的密码相关推荐

  1. python用户名和密码登录函数_基于Python构建用户ID和密码存储查询系统,python,建立,一个,用户名,UserID,Password,的...

    大家好,本篇博客目的是建立存储和查询用户名和密码的python系统,基础好的可跳过中间小干货,源码在末尾,喜欢的留下小赞哦! 系统主要功能 主要功能如下: 创建一个新用户及其密码 修改值定用户的密码 ...

  2. python判断密码是否合法性_菜鸟使用python实现正则检测密码合法性

    # coding=gbk import re def ProcessMail(inputMail): isMatch = bool(re.match(r"^[a-zA-Z](([a-zA-Z ...

  3. ubuntu安装mysql 密码忘了怎么办_在ubuntu上面安装mysql都密码忘记及一些常用命令...

    重改密码! # /etc/init.d/mysql stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & ...

  4. 怎么查到mysql的账号密码是什么_怎么查到mysql的账号密码是什么?

    查到方法:首先以管理员身份运行一个cmd窗口,输入"mysql -uroot -p",回车入数据库:然后使用"select host,user,password from ...

  5. 怎么看自己mysql的账号密码是多少_怎么查到mysql的账号密码是什么?

    查到方法:首先以管理员身份运行一个cmd窗口,输入"mysql -uroot -p",回车入数据库:然后使用"select host,user,password from ...

  6. .net mvc 输错密码锁定用户_国家工信部:手机有个密码必须设,否则钱包危险……...

    近期,一篇标题为<一部手机失窃而揭露的窃取个人信息实现资金盗取的黑色产业链>的文章引发关注和热议. 文中,不法分子偷盗个人手机后,在某政务APP窃取用户个人信息,进而申请网贷消费造成用户财 ...

  7. python隐藏数据库密码忘了怎么办_当你忘记网站上的密码时怎么办?Python如何快速帮你找回?...

    前言 本文的文字及图片来源于网络,仅供学习.交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理. 现如今浏览器可谓是五花八门,火狐.UC.360.QQ 这些浏览器不论美观还 ...

  8. 创建存储,修改存储_安全地创建和存储密码

    创建存储,修改存储 几乎每次涉及用户配置文件时,都必须管理用户凭据,从而能够创建和存储用户密码. 通常应该使用哈希密码和盐分密码来准备数据库公开和通过使用Rainbow表进行哈希逆转. 但是,找到以明 ...

  9. vue创建的挂钩中出错_建立自己的Vue 3 SWR挂钩

    vue创建的挂钩中出错 Version 3 is just around the corner and the composition API is bringing some new excitin ...

最新文章

  1. python爬虫入门教程--快速理解HTTP协议(一)
  2. TSQLDBServerHttpApi使用工作线程池
  3. 剖析Caffe源码之Net---Net构造函数
  4. 冒泡排序提前终止条件_“离职要提前30天通知”这9种误区,你踩过几个?
  5. spring-in-action-mvc-jdbc搭建工程
  6. ntpdate报错the NTP socket is in use, exiting
  7. Elasticsearch 2.3.x 拼音分词 analysis-lc-pinyin
  8. 浅谈 MVC3 WebMail 发送邮件
  9. php之thinkphp3.2.3 文件访问路径,URL路由配置-与重定向
  10. php代码整理,值得注意的PHP代码样式规范
  11. KEILC51的下载和安装与工程建立
  12. 轻松拿到国外主流设计风格的图片素材
  13. ubuntu 20.04 设置静态ip
  14. parallels desktop win7远程桌面第一个字符shift键不生效
  15. win7台式计算机型号怎么查,教您电脑主板型号怎么看
  16. vim : 删除不包含某字符的行
  17. 什么是驻点和拐点_拐点和驻点的区别是什么
  18. linux怎样将文件夹设置共享,Linux操作系统下共享文件夹设置方法介绍
  19. 没有经验该如何转行做产品经理?
  20. 乔布斯的康熙盛世,库克的雍正王朝——纪念乔布斯逝世5周年

热门文章

  1. NSURLConnection的简单使用
  2. uni-app 音频控制
  3. Netty - ByteBuf索引管理
  4. 2星|《快公司》2018年2-3期:商业人物访谈集
  5. java file 操作之创建、删除文件及文件夹
  6. jfinal框架下使用c3P0连接池连接sql server 2008
  7. Animation 模拟纸盒的爆破
  8. Logback学习笔记1
  9. swift 多线程GCD和延时调用
  10. 知方可补不足~开发人员可以自己定义VS文件模版