Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 524 Bytes

pwgen is a password generator; see https://github.com/tytso/pwgen

This version includes a patch that exists in various Linux distributions; I took it from OpenSUSE's source package.

Additionally, it creates a shared library libpwgen.so from the source; this library, altough flawed (it is not thread safe due to global variables), provides an interface to be used by my Crypt::PwGen Perl module (to be found at github as well).

(c) Theodore Ts'o [email protected], Bastian Friedrich [email protected]