skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of chapter: OpenSSL Command Line Interface OpenSSL Command Line Interface
go to previous page: Message Digest Commands Message Digest Commands
go to next page: Password ArgumentsPassword Arguments
end of book navigation links

Encoding and Cipher Commands 



The following are the OpenSSL encoding and cipher commands. These commands use the following abbreviations:
base64 Base64 Encoding
bf-cbc Blowfish in CBC mode
bf Alias for bf-cbc
bf-cfb Blowfish in CFB mode
bf-ecb Blowfish in ECB mode
bf-ofb Blowfish in OFB mode
cast-cbc CAST Cipher in CBC mode
cast5-cbc CAST5 Cipher in CBC mode
cast Alias for cast-cbc
cast5-cfb CAST5 in CFB mode
cast5-ecb CAST5 in ECB mode
cast5-ofb CAST5 in OFB mode
des-cbc DES Cipher in CBC mode
des Alias for des-cbc
des-cfb DES in CFB mode
des-ofb DES in OFB mode
des-ecb DES in ECB mode
des-ede-cbc Two key triple DES EDE in CBC mode
des-ede Alias for des-ede
des-ede-cfb Two key triple DES EDE in CFB mode
des-ede-ofb Two key triple DES EDE in OFB mode
des-ede3-cbc Three key triple DES EDE in CBC mode
des-ede3 Alias for des-ede3-cbc
des3 Alias for des-ede3-cbc
des-ede3-cfb Three key triple DES EDE CFB mode
des-ede3-ofb Three key triple DES EDE in OFB mode
desx DESX algorithm
rc2-cbc 128-bit RC2 Cipher in CBC mode
rc2 Alias for rc2-cbc
rc2-cfb 128-bit RC2 in CFB mode
rc2-ecb 128-bit RC2 in ECB mode
rc2-ofb 128-bit RC2 in OFB mode
rc2-64-cbc 64-bit RC2 in CBC mode
rc2-40-cbc 40-bit RC2 in CBC mode
rc4 128-bit RC4 Cipher
rc4-40 40-bit RC4

go to previous page: Message Digest Commands Message Digest Commands
go to next page: Password ArgumentsPassword Arguments