Skip to content

Commit

Permalink
Mention aes in enc.pod.
Browse files Browse the repository at this point in the history
PR: 1529
  • Loading branch information
Andy Polyakov committed Sep 17, 2007
1 parent c7503f5 commit 330591f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/apps/enc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 330591f

Please sign in to comment.