| Strong passwords | Complex but shorter passwords | Longer but simpler passwords | |
|---|---|---|---|
".htmlentities($foo)." | ";
//$foo = `nice /usr/bin/apg -MNCS -n 10 -m 8 -x 12 | egrep -v "[0-9]$" `;
//echo "".htmlentities($foo)." | ";
$foo = `nice /usr/local/bin/pwgen -ync 7 5`;
echo "".htmlentities($foo)." | ";
$foo = `nice /usr/bin/apg -Mncs -n 5 -m 10 -x 15 `;
echo "".htmlentities($foo)." | ";
?>