Rewrap app-admin DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent 8d87c5d1a2
commit 3015ced41f
2 changed files with 26 additions and 33 deletions

View File

@@ -1,22 +1,19 @@
SUMMARY="pwgen - password generator"
DESCRIPTION="
The pwgen program generates passwords which are designed to be easily
memorized by humans, while being as secure as possible. Human-
memorable passwords are never going to be as secure as completely
completely random passwords. In particular, passwords generated by
pwgen without the -s option should not be used in places where the
password could be attacked via an off-line brute-force attack. On
the other hand, completely randomly generated passwords have a
tendency to be written down, and are subject to being compromised in
that fashion.
The pwgen program is designed to be used both interactively, and in
shell scripts. Hence, its default behavior differs depending on
whether the standard output is a tty device or a pipe to another
program. Used interactively, pwgen will display a screenful of
passwords, allowing the user to pick a single password, and then
quickly erase the screen. This prevents someone from being able to
'shoulder surf' the user's chosen password.
The pwgen program generates passwords which are designed to be easily \
memorized by humans, while being as secure as possible. Human- memorable \
passwords are never going to be as secure as completely completely random \
passwords. In particular, passwords generated by pwgen without the -s option \
should not be used in places where the password could be attacked via an \
off-line brute-force attack. On the other hand, completely randomly generated \
passwords have a tendency to be written down, and are subject to being \
compromised in that fashion.
The pwgen program is designed to be used both interactively, and in shell \
scripts. Hence, its default behavior differs depending on whether the standard \
output is a tty device or a pipe to another program. Used interactively, pwgen \
will display a screenful of passwords, allowing the user to pick a single \
password, and then quickly erase the screen. This prevents someone from being \
able to 'shoulder surf' the user's chosen password.
"
HOMEPAGE="http://sourceforge.net/projects/pwgen"
SRC_URI="http://sourceforge.net/projects/pwgen/files/pwgen/2.06/pwgen-2.06.tar.gz"