apg 2.2.3.dfsg.1-6 source package in Ubuntu

Changelog

apg (2.2.3.dfsg.1-6) unstable; urgency=medium

  * fix wrong buildflags in Makefile patch.
    Thanks to Emanuele Rocca (Closes: #1070651)
  * migrate to salsa
    * change URIs
    * enable salsa-CI
    * set maintainer to package tracker
  * remove H)omepage field, upstream is gone
  * Standards-Version: 4.7.0
    * make build more verbose (policy)
    * add Rules-Requires-Root
  * lintian:
    * use https in debian/copyright
    * add dfsg explanation to debian/copyright
    * add comment to debian/control as reminder to fix version number
    * get rid of tabs in debian/copyright
    * fix version number in debian watch file
    * add some lintian overrides
    * add DEB_BUILD_MAINT_OPTIONS
    * fix spelling errors in manual page and sources
    * fix spelling error in package description
    * debhelper compat level 13

 -- Marc Haber <email address hidden>  Fri, 10 May 2024 13:36:58 +0200

Upload details

Uploaded by:
Marc Haber
Uploaded to:
Sid
Original maintainer:
Marc Haber
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main admin

Downloads

File Size SHA-256 Checksum
apg_2.2.3.dfsg.1-6.dsc 1.8 KiB 2734185f2ce1ae73e572ae018d90cd8ded14f6e2d132222f3a5fcdebb5a92580
apg_2.2.3.dfsg.1.orig.tar.gz 81.6 KiB c7e3c556426e2d5d2f599873a71100c5f6d14fa8784e0b1d879916784de801df
apg_2.2.3.dfsg.1-6.debian.tar.xz 10.6 KiB 164ad6d10f8c2271a7b483599ff425521e27c88045b0b3ccfe7637920565bfbd

No changes file available.

Binary packages built by this source

apg: Automated Password Generator - Standalone version

 APG (Automated Password Generator) is the tool set for random
 password generation. It generates some random words of required type
 and prints them to standard output. This binary package contains only
 the standalone version of apg.
 Advantages:
  * Built-in ANSI X9.17 RNG (Random Number Generator)(CAST/SHA1)
  * Built-in password quality checking system (now 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
 The client/server version of apg has been deliberately omitted.
 .
 Please note that there are security flaws in pronounceable
 password generation schemes (see Ganesan / Davis "A New Attack on
 Random Pronounceable Password Generators", in "Proceedings of the 17th
 National Computer Security Conference (NCSC), Oct. 11-14, 1994
 (Volume 1)", http://csrc.nist.gov/publications/history/nissc/
 1994-17th-NCSC-proceedings-vol-1.pdf, pages 203-216)
 .
 Also note that the FIPS 181 standard from 1993 has been withdrawn by NIST in
 2015 with no superseding publication. This means that the document is
 considered by its publicher as obsolete and not been updated to reference
 current or revised voluntary industry standards, federal specifications, or
 federal data standards.
 .
 apg has not seen upstream attention since 2003, upstream is not answering
 e-mail, and the upstream web page (http://www.adel.nursat.kz/apg/) has been
 gone for years. The Debian maintainer plans to discontinue apg maintenance as
 soon as an actually maintained software with a comparable feature set becomes
 available.

apg-dbgsym: debug symbols for apg