apg-go/.idea
Winni Neessen 9277e83fd4
v0.3.1: New password length behaviour
To address issue #13, the password length behaviour of the
original APG has been reproduced. Previously, when a minLength
of 5 and a maxLength of 10 was given, apg-go se the pwLength to
the preferred maxLength.

With v0.3.1 it will choose a random length between minLength and
maxLength instead, same as the original C-lang apg did. For this
the minLength has been defaulted to a sane value of 12 (instead
of the 8 of the original apg). The default for maxLength stayed
at 20.

Also the default number of generated passwords has been changed
from 1 to 6, to replicate the behaviour of the original apg.
2021-04-17 11:04:14 +02:00
..
inspectionProfiles v0.1.0: Initial check-in 2021-03-18 23:26:41 +01:00
.gitignore v0.1.0: Initial check-in 2021-03-18 23:26:41 +01:00
apg.go.iml v0.1.0: Initial check-in 2021-03-18 23:26:41 +01:00
modules.xml v0.1.0: Initial check-in 2021-03-18 23:26:41 +01:00
vcs.xml v0.1.0: Initial check-in 2021-03-18 23:26:41 +01:00
workspace.xml v0.3.1: New password length behaviour 2021-04-17 11:04:14 +02:00