crypt < oldfile > newfileThe system prompts you for a password.
Before removing the unencrypted oldfile, make sure the encrypted newfile can be decrypted using the appropriate password.
To decrypt a file, redirect the encrypted file to a new file you can read. The command to decrypt a file is as follows:
crypt < encrypted_file > new_filename