2
0

Update algorithm to correct counter.

The counter in algorithm.html says the default is 0, however all the official (and non official) apps start at 1.
This commit is contained in:
Reisen 2015-12-02 19:51:31 +00:00
parent b3674e5324
commit d42c2a17fa

View File

@ -81,7 +81,7 @@
This is the secret for the master key generation.</li>
<li><strong>The site name</strong> (eg. <em>apple.com</em>):<br />
The user chooses a name for each site. The bare domain name is an ideal choice.</li>
<li><strong>The site's password counter</strong> (default: <em>0</em>):<br />
<li><strong>The site's password counter</strong> (default: <em>1</em>):<br />
This is an integer that can be incremented when the user needs a new password for the site.</li>
<li><strong>The site's password type</strong> (default: <em>Long Password</em>):<br />
This type determines the format of the output password. It can be changed if the site's password policy does not accept passwords of this format.</li>