Penguin
Diff: ChoosingPasswords
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of ChoosingPasswords.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 22 Last edited on Sunday, September 6, 2009 11:59:23 am by LawrenceDoliveiro
Older page: version 21 Last edited on Thursday, September 18, 2008 9:14:04 am by DouglasRoyds Revert
@@ -1,4 +1,8 @@
+__Use pwgen(1)__  
+  
+But if that’s too easy for you, here are some more complicated ways of doing it:  
+  
 !!PerryLorier's preferred and highly recommended way of choosing passwords 
  
 <pre> 
  cat /dev/urandom | tr -dc ' -~~' | fold -w 20 | head -n 1