Open decrypts the file cryptFile with a passphrase read from stdin and stores the result in plainFile (which must not exist):
1.
Seal encrypts the file plainFile with a passphrase read from stdin and stores the result in cryptFile (which must not exist):
1.