ENCRYPT(1) - General Commands Manual
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. ...