Penguin
Diff: ChoosingPasswords
EditPageHistoryDiffInfoLikePages

Differences between version 19 and revision by previous author of ChoosingPasswords.

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

Newer page: version 19 Last edited on Friday, March 4, 2005 11:30:51 am by JohnMcPherson Revert
Older page: version 18 Last edited on Monday, January 3, 2005 1:48:47 pm by MattBrown Revert
@@ -1,5 +1,5 @@
-!!PerryLorier's prefered and highly recommended way of choosing passwords 
+!!PerryLorier's preferred and highly recommended way of choosing passwords 
  
 <pre> 
  cat /dev/urandom | tr -dc ' -~~' | fold -w 20 | head -1 
 </pre>