User Commands crypt(1) NAME crypt - encode or decode a file SYNOPSIS crypt [ password ] DESCRIPTION crypt encrypts and decrypts the contents of a file. crypt reads from the standard input and writes on the standard output. The password is a key that selects a particular transformation. If no password is given, crypt demands a key from the terminal and turns off printing while the key is being typed in. crypt encrypts and decrypts with the same key: example% crypt key encrypted.file example% crypt key