summaryrefslogtreecommitdiffstats
path: root/doc/apps/enc.pod
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-17 16:42:35 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-17 16:42:35 +0000
commit330591fdfc10b9989aea64cb20f59f02b2f7e3ff (patch)
tree0178833068f76f6fe7c23dc39815ae5a0fe85efc /doc/apps/enc.pod
parentc7503f524025dbb5a05c68d88eb95a8bb191c12b (diff)
Mention aes in enc.pod.
PR: 1529
Diffstat (limited to 'doc/apps/enc.pod')
-rw-r--r--doc/apps/enc.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index c43da5b3f1..4391c93360 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -227,6 +227,14 @@ Blowfish and RC5 algorithms use a 128 bit key.
rc5-ecb RC5 cipher in ECB mode
rc5-ofb RC5 cipher in OFB mode
+ aes-[128|192|256]-cbc 128/192/256 bit AES in CBC mode
+ aes-[128|192|256] Alias for aes-[128|192|256]-cbc
+ aes-[128|192|256]-cfb 128/192/256 bit AES in 128 bit CFB mode
+ aes-[128|192|256]-cfb1 128/192/256 bit AES in 1 bit CFB mode
+ aes-[128|192|256]-cfb8 128/192/256 bit AES in 8 bit CFB mode
+ aes-[128|192|256]-ecb 128/192/256 bit AES in ECB mode
+ aes-[128|192|256]-ofb 128/192/256 bit AES in OFB mode
+
=head1 EXAMPLES
Just base64 encode a binary file: