forked from cheng/wallet
5238cda077
Also, needed to understand Byzantine fault tolerant paxos better. Still do not.
36 lines
1014 B
HTML
36 lines
1014 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<style>
|
|
body {
|
|
max-width: 30em;
|
|
margin-left: 2em;
|
|
}
|
|
p.center {text-align:center;}
|
|
</style>
|
|
<link rel="shortcut icon" href="../rho.ico">
|
|
<title>Passphrases</title>
|
|
</head>
|
|
<body>
|
|
<p><a href="./index.html"> To Home page</a> </p>
|
|
<h1>Passphrases</h1>
|
|
<p>Passphrases are of course stronger and easier to
|
|
remember than passwords, but whitespace causes endless
|
|
problems, which in turn cause endless support calls</p>
|
|
|
|
<p>Whitespace in a passphrase should therefore be
|
|
canonicalized before hashing. Multiple spaces, tabs, and
|
|
carriage returns should become a single space. Leading and
|
|
trailing whitespace should be stripped.</p>
|
|
|
|
<p style="background-color :
|
|
#ccffcc; font-size:80%">These documents are licensed under
|
|
the <a rel="license"
|
|
href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
|
|
Commons Attribution-Share Alike 3.0 License</a></p>
|
|
|
|
</body>
|
|
|
|
</html>
|