短语密码_使用密码短语以提高安全性

短语密码

短语密码

Did you know that Windows supports using passwords of up to 127 characters? I don’t use passwords anymore, and I haven’t for years. I’ve switched to using password phrases instead.

您知道Windows支持使用最多127个字符的密码吗? 我不再使用密码,而且已经好几年了。 我改用密码短语了。

Why do I use password phrases?

为什么要使用密码短语?

  • Why would you want to remember a password like 2%d7as$d when you could just remember a sentence like “nsync sucks giant monkey balls” or “I hate my ex-wife!” or “Holy hell does this job suck!”

    当您只记得“ nsync吮吸巨型猴子球”或“我讨厌前妻!”之类的句子时,为什么还要记住2%d7as $ d之类的密码? 或“该死的工作真糟糕!”
  • You can use uppercase, lowercase, special characters, or even spaces… but you are using them in context, which makes it much more natural to remember.

    您可以使用大写,小写,特殊字符甚至空格…,但是您在上下文中使用它们,因此记住起来更加自然。
  • Post-it notes on your monitor are not secure. Sorry.

    显示器上的便利贴不安全。 抱歉。
  • Even the most efficient forms of password cracking, using pre-computed rainbow tables, will never be able to crack a password with 20 or more characters.

    使用预先计算的彩虹表,即使是最有效的密码破解形式,也永远无法破解包含20个或更多字符的密码。

These days, windows passwords can be cracked in no more than a few seconds. If somebody can get physical access to your machine, they can boot off one of the hacker tool cds available all over the internet, and they will typically have your password in seconds, if they know what they are doing.

这些天来,Windows密码可以在不超过几秒钟的时间内被破解。 如果有人可以物理访问您的计算机,则他们可以启动Internet上所有可用的黑客工具cd之一,如果知道他们在做什么,他们通常会在几秒钟内输入您的密码。

Even with brute force cracking, there is no possible way that you can crack a password that long. Even if somebody had the super computing power to do so, hopefully you change your password every few months or so.

即使使用蛮力破解,也没有办法破解这么长时间的密码。 即使有人拥有超级计算能力,也希望您每隔几个月左右更改一次密码。

It may be difficult to use password phrases on other operating systems, or especially on websites, because they don’t properly handle spaces in the password, or have a small password length limit. One of the tricks that I usually do is use a password phrase without the spaces, if I possibly can.

在其他操作系统上,尤其是在网站上,可能很难使用密码短语,因为它们不能正确处理密码中的空格,或者密码长度限制较小。 我通常会做的一项技巧是,如果可能的话,使用不带空格的密码短语。

So go change your password now. Note: For more information on this topic, you can check out Robert Hensing’s blog over at Technet.

因此,现在就更改您的密码。 注意:有关此主题的更多信息,您可以在Technet上查看Robert Hensing的博客。

翻译自: https://www.howtogeek.com/howto/windows/using-password-phrases-for-better-security/

短语密码

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278171.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

「单点登录与权限管理」系列概述

首先,感谢几位朋友在朋友圈转发我的文章,小声的告诉你们,是我主动让他们帮忙转发的:)在朋友们的分享下,凌晨推送的一篇文章,阅读人数达到了280多,很满足,我会坚持写下去&…

Jupyter notebook: TypeError: __init__() got an unexpected keyword argument 'io_loop 问题

使用环境:Anaconda3(Python3.6) 创建一个新的notebook时,无法连接到kernel,terminal上显示错误为:TypeError: __init__() got an unexpected keyword argument io_loop 解决方法: conda install…

在Ubuntu Linux中获取上次访问的文件时间

Ubuntu Linux has a rich set of commands for manipulating and accessing files. The stat utility gives detailed access to file information, including last accessed and last modified file time. Ubuntu Linux具有一组丰富的用于操作和访问文件的命令。 stat实用程序…

MySQL新增从库

项目背景描述:在项目的开始只有一个MySQL实例在运行,后期因为安全性,压力,备份等原因需要在此实例的基础上面新增一个从库。分析:MySQL主从是基于binlog日志来实现的,那么需要主服务器开启binlog&#xff0…

第一个议题

① 在每个问题后面,请说明哪一章节的什么内容引起了你的提问,提供一些上下文 ② 列出一些事例或资料,支持你的提问 。 ③ 说说你提问题的原因,你说因为自己的假设和书中的不同而提问,还是不懂书中的术语,还…

在Windows Vista中使用符号链接

One of the long-awaited features in Windows Vista was the ability to use symbolic links, the way you can in linux. Sadly, they don’t work quite as well as they could, but it’s a big upgrade from prior versions, and has solved a number of problems for me …

shell学习笔记--自我总结

一、文件 touch file # 创建空白文件 rm -rf 目录名 # 不提示删除非空目录(-r:递归删除 -f强制) dos2unix # windows文本转linux文本 unix2dos # linux文本转windows文本 enca filename # 查看编码 安装 yu…

201671030107胡文艳实验三作业互评与改进报告

任务1:要给出所点评作业的链接地址,点评内容和阅读心得 读了你的这篇博客,一方面给我的印象就是排版整齐,内容充实,态度认真;另外一方面就是通过别人反省自己,看了你的博客,我觉得我…

进程handle获取线程_获取进程中的线程列表

进程handle获取线程The System.Diagnostics namespace contains functions that allow you to manage processes, threads, eventlogs and performance information. System.Diagnostics命名空间包含允许您管理进程,线程,事件日志和性能信息的函数。 The…

2018-3-28Linux系统管理(16)计算机网络基础

在这一章当中我们讲述计算机网络基础。一、计算机网络网络通信就像人与人之间的交流一样,说同一种语言,而后双方进行无障碍的通信交流,那么两台主机通信时,它们彼此交换数据的格式的前提为互相理解才可以,我们此前也有…

从Ubuntu命令行按进程名称杀死进程

There are a number of ways to kill a process if you know the name of the process. Here’s a couple different ways you can accomplish this. We are going to assume that the process we are trying to kill is named irssi 如果您知道进程的名称,则有多种…

18 南京 D

裸的最小球覆盖。 坐标范围大一些所以我们把初始的温度也设置的大一些。 1 #include <bits/stdc.h>2 using namespace std;3 typedef long long ll;4 typedef double db;5 const db INF 1e100;6 const db delta 0.98;7 const db eps 1e-8;8 struct p3{9 db x,y,z;…

如何在iPhone或iPad的控制中心中控制智能家居设备

Apple’s Home app offers quick controls for controlling smart lights, doorbells, thermostats, and other smart home devices—right in your iPhone or iPad’s Control Center. Here’s how to set it up and use it. Apple的Home应用程序可在iPhone或iPad的控制中心内…

亚信安全与安徽电信共创“云网融合”安全新局面

全面提升公共安全能力 联合推“天翼U盾”保障移动政务安全 在近日举办的安徽“互联网”产业合作峰会上&#xff0c;亚信安全宣布与中国电信安徽公司达成战略合作&#xff0c;双方将在“云网融合”的生态基础上打造特色安全服务、促进政企协同安全监管、共创网络安全平安城市等…

idea中开启Run Dashboard

若没有 下一步 ok 转载于:https://www.cnblogs.com/aijiajia1314/p/10551007.html

电台复活节_如何玩Android 11的隐藏复活节彩蛋游戏

电台复活节Justin Duino贾斯汀杜伊诺(Justin Duino)Google includes a hidden “Easter Egg” with each new Android version. Android 11 has one of the more elaborate Easter Eggs as it’s actually a game you can play. We’ll show you how to find it and play. Goog…

AQS源码阅读笔记(一)

AQS源码阅读笔记 先看下这个类张非常重要的一个静态内部类Node。如下&#xff1a; static final class Node {//表示当前节点以共享模式等待锁static final Node SHARED new Node();//表示当前模式以独占模式等待锁static final Node EXCLUSIVE null;//表示当前线程等待锁的动…

python之实现从ftp下载文件到本地

#!/usr/bin/python # codingutf-8 import os from ftplib import FTP # 引入ftp模块class MyFtp:ftp FTP()def __init__(self,host,port21):self.ftp.connect(host,port)def login(self,username,pwd):self.ftp.set_debuglevel(2) # 打开调试级别2&#xff0c;显示详细信息s…

如何在Instagram上过滤冒犯性评论

Shubham AgarwalShubham AgarwalIf you have a public Instagram profile, chances are you’ve been a victim of inappropriate comments from strangers. Given the social network’s vast size, it’s practically impossible to escape such bad actors. Thankfully, Ins…

复杂性思维中文第二版 附录 A、算法分析

附录 A、算法分析 原文&#xff1a;Appendix A Analysis of algorithms 译者&#xff1a;飞龙 协议&#xff1a;CC BY-NC-SA 4.0 自豪地采用谷歌翻译 部分参考了《Think Python 2e 中译本 第二十一章&#xff1a;算法分析》 算法分析 (Analysis of algorithms) 是计算机科学的一…