Difference between revisions of "3DES"
From OpenSSLWiki
Jump to navigationJump to searchm |
|||
Line 1: | Line 1: | ||
− | + | Please see [[EVP_Symmetric_Encryption_and_Decryption|EVP Symmetric Encryption and Decryption]] or [[EVP_Authenticated_Encryption_and_Decryption|EVP Authenticated Encryption and Decryption]] and use <tt>EVP_CIPHER</tt> of <tt>EVP_des_ede3_cbc</tt> (or other appropriate mode). | |
[[Category:Cryptographic Algorithm]] | [[Category:Cryptographic Algorithm]] | ||
[[Category:Block Cipher]] | [[Category:Block Cipher]] | ||
[[Category:Secret Key Algorithm]] | [[Category:Secret Key Algorithm]] |
Revision as of 17:50, 30 June 2016
Please see EVP Symmetric Encryption and Decryption or EVP Authenticated Encryption and Decryption and use EVP_CIPHER of EVP_des_ede3_cbc (or other appropriate mode).