View Single Post
  #1   (View Single Post)  
Old 8th May 2008
erno erno is offline
Port Guard
 
Join Date: May 2008
Location: Finland
Posts: 12
Default Generating random passwords on FreeBSD

Install apg port or add package

Code:
cd /usr/ports/security/apg ; make install clean
pkg_add -r apg
Run command

Code:
/usr/local/bin/apg -a 1 -m 8 -n 50 |more
Read man apg for more information.

Last edited by erno; 8th May 2008 at 06:54 AM.
Reply With Quote