From d42c2a17fa147503051fef36618d546050e43b4b Mon Sep 17 00:00:00 2001 From: Reisen Date: Wed, 2 Dec 2015 19:51:31 +0000 Subject: [PATCH] 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. --- Site/2013-05/algorithm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Site/2013-05/algorithm.html b/Site/2013-05/algorithm.html index ba10c80a..57048ce7 100644 --- a/Site/2013-05/algorithm.html +++ b/Site/2013-05/algorithm.html @@ -81,7 +81,7 @@ This is the secret for the master key generation.
  • The site name (eg. apple.com):
    The user chooses a name for each site. The bare domain name is an ideal choice.
  • -
  • The site's password counter (default: 0):
    +
  • The site's password counter (default: 1):
    This is an integer that can be incremented when the user needs a new password for the site.
  • The site's password type (default: Long Password):
    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.