Encrypt

ENCRYPT(1) - General Commands Manual

Login.conf, Crypt_newhash, Encrypt

ENCRYPT(1) - General Commands Manual # ENCRYPT(1) - General Commands Manual NAME # encrypt - encrypt passwords from the command line or standard input SYNOPSIS # encrypt [-b rounds] [-c class] [-p | string] DESCRIPTION # encrypt prints the encrypted form of string to the standard output. This is mostly useful for encrypting passwords from within scripts. The options are as follows: -b rounds Encrypt the string using Blowfish hashing with the specified number of rounds. ...

PASSWD(1) - General Commands Manual

Logname, Login.conf, Chpass, Pwd_mkdb, Vipw, Encrypt, Passwd

PASSWD(1) - General Commands Manual # PASSWD(1) - General Commands Manual NAME # passwd - modify a user’s password SYNOPSIS # passwd [user] DESCRIPTION # passwd changes the user’s password. If no user is specified, the user’s login name is used (see logname(1)). First, the user is prompted for their current password. If the current password is correctly typed, a new password is requested. The new password must be entered twice to avoid typing errors. ...