Enc

From OpenSSLWiki
Revision as of 17:18, 26 June 2013 by Frukto (talk | contribs) (Page creation, its just the beginning. I started by listing some options. more will follow soon)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This page describes the command line tools for encryption and decryption. Enc is used for various block and stream ciphers using keys based on passwords or explicitly provided. It can also be used for Base64 encoding or decoding.

Synopsis

The basic usage is to specify a ciphername and various options describing the actual task.

$ openssl enc -ciphername [options]

Options

The list of options is rather long.

-in filename

This specifies the input file.

-out filename

This specifies the output file. It will be created or overwritten if all ready existent.