2
0

Merge pull request #106 from Reisen/master

Update algorithm to correct counter.
This commit is contained in:
Maarten Billemont 2015-12-02 15:30:50 -05:00
commit 60506e69ef

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>