ENCRYPT


The Encrypt utility provides simple encryption/decryption of files using a user specified key.

Encrypt -k key File > EncryptedFile
Encrypt -d -k key EncryptedFile > File


Tools