authpasswd (1)
Leading comments
<!-- Copyright 2004-2008 Double Precision, Inc. See COPYING for --> <!-- distribution information. --> Title: authpasswd Author: [FIXME: author] [see http://docbook.sf.net/el/author] Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> Date: 06/20/2015 Manual: Double Precision, Inc. Source: Double Precision, Inc. Language: English
NAME
authpasswd - Generate login passwordsSYNOPSIS
- authpasswd [method]
DESCRIPTION
authpasswd
method may be set to one of the following literals:
crypt
- Use the traditional DES-based encrypted password.
md5
- Compute a base64-encoded MD5 password hash.
md5raw
- Compute a hexadecimal-encoded MD5 password hash.
sha1
- Compute a SHA1 password hash.
ssha
- Compute a salted SHA1 password hash.
sha256
- Compute a SHA256 password hash.
If not specified, method defaults to the modified-MD5 password encryption algorithm that's used in Linux (note that this is different from the lqmd5rq password hash method).