短語密碼_使用密碼短語以提高安全性

短語密碼

短語密碼

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.pswp.cn/news/278171.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278171.shtml
英文地址,請注明出處:http://en.pswp.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) 是計算機科學的一…