>We suggest that you include five words of 5-10 letters in size, chosen at random, with spaces, special characters, and/or numbers embedded into words.<p>>You need to be able to recall the passphrase that was used to encrypt the file.<p>Why bother writing security guidelines which are impossible for a human to follow?<p>edit: Try recalling any passphrases generated by the command below, and that's before the random sprinkling of punctuation.<p><pre><code> grep -E "^[a-z]{5,10}$" /usr/share/dict/words | shuf -n5 | tr '\n' ' '</code></pre>