Name

pwd_encrypt — encrypt a file

Synopsis

pwd_encrypt filename password

Description

Encrypt file filename using given password and write encrypted file into filename.crypted.

Note

This utility is used to encrypt login configuration files in the Massiv Demo.

Known Bugs

The password is passed on the command line, which is not very secure.