File: apg.conf

package info (click to toggle)
apg 2.2.3.dfsg.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 696 kB
  • ctags: 731
  • sloc: ansic: 4,867; php: 744; sh: 186; makefile: 140; perl: 9
file content (15 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#APG_PARM sets the defaults if apg is executed without any command arguments
#
#
#Examples:
#
#Pronounceable passwords with special characters:
#APG_PARM="-c /dev/urandom  -m 8 -x 14  -M SNCL  -t"
#
#Pronounceable passwords without special characters:
#APG_PARM="-c /dev/urandom  -m 8 -x 14  -M NCL  -t"
#
#Random passwords:
#APG_PARM="-c /dev/urandom  -m 20 -x 20  -a 1 -M SNCL"

APG_PARM="-c /dev/urandom  -m 8 -x 14  -M SNCL  -t"