- Version: 2.2.3
- Summary: Automated Password Generator, used for generating or suggesting passwords that are hard to guess yet not hard to remember.
Source
Pull the latest package down from
http://www.adel.nursat.kz/apg/
and unpack it under
/cis/src/misc
Solaris
Set things up for the
standalone build, not the client-server build.
Backup and edit the
Makefile and make the following changes.
- Define
CC to cc -xtarget=ultra
- Define
FLAGS to -O
- Define
LIBS to -lcrypt
- Define
LIBM to -lm
- Define
INSTALL_PREFIX to /cis
- Uncomment the
CS_LIBS lines for Solaris
- Ensure that crypted passwords are allowed.
- Since we're in the United States, use SHA instead of CAST.
make
sudo make install
make clean
Then set up the documentation. Yes, you'll get a warning that doc/man
is a directory. Big deal.
mkdir /cis/share/doc/apg
cp [A-Z]* doc/* /cis/share/doc/apg