MyNixOS website logo
package

apg-unstable

Description

Tools for random password generation.

APG (Automated Password Generator) is the tool set for random password generation.

Standalone version

Generates some random words of required type and prints them to standard output.

Network version

APG server: When client's request is arrived generates some random words of predefined type and send them to client over the network (according to RFC0972).

APG client: Sends the password generation request to the APG server, wait for generated Passwords arrival and then prints them to the standard output.

Advantages

  • Built-in ANSI X9.17 RNG (Random Number Generator) (CAST/SHA1)
  • Built-in password quality checking system (it has support for Bloom filter for faster access)
  • Two Password Generation Algorithms:
    1. Pronounceable Password Generation Algorithm (according to NIST FIPS 181)
    2. Random Character Password Generation Algorithm with 35 configurable modes of operation
  • Configurable password length parameters
  • Configurable amount of generated passwords
  • Ability to initialize RNG with user string
  • Support for /dev/random
  • Ability to crypt() generated passwords and print them as additional output
  • Special parameters to use APG in script
  • Ability to log password generation requests for network version
  • Ability to control APG service access using tcpd
  • Ability to use password generation service from any type of box (Mac, WinXX, etc.) that connected to network
  • Ability to enforce remote users to use only allowed type of password generation.
Metadata

Version

2015-01-29

Maintainers (1)

Executables (3)

  • bin/apgd
  • bin/apgbfm
  • bin/apg

Platforms (44)

    Darwin
    FreeBSD 13
    Linux
    NetBSD
    OpenBSD
    Redox
    Solaris
    Windows
Show all
  • aarch64-darwin
  • aarch64-linux
  • aarch64-netbsd
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • i686-cygwin
  • i686-darwin
  • i686-freebsd13
  • i686-linux
  • i686-netbsd
  • i686-openbsd
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • microblaze-linux
  • microblazeel-linux
  • mips-linux
  • mips64-linux
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • powerpc-netbsd
  • powerpc64-linux
  • powerpc64le-linux
  • riscv32-linux
  • riscv32-netbsd
  • riscv64-linux
  • riscv64-netbsd
  • s390-linux
  • s390x-linux
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd13
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris