Skip to content

Latest commit

 

History

History
221 lines (218 loc) · 5.46 KB

cipher_methods.md

File metadata and controls

221 lines (218 loc) · 5.46 KB

openssl cipher methods

openssl_get_cipher_methods(true)

Array
(
    [0] => AES-128-CBC
    [1] => AES-128-CFB
    [2] => AES-128-CFB1
    [3] => AES-128-CFB8
    [4] => AES-128-CTR
    [5] => AES-128-ECB
    [6] => AES-128-OFB
    [7] => AES-128-XTS
    [8] => AES-192-CBC
    [9] => AES-192-CFB
    [10] => AES-192-CFB1
    [11] => AES-192-CFB8
    [12] => AES-192-CTR
    [13] => AES-192-ECB
    [14] => AES-192-OFB
    [15] => AES-256-CBC
    [16] => AES-256-CFB
    [17] => AES-256-CFB1
    [18] => AES-256-CFB8
    [19] => AES-256-CTR
    [20] => AES-256-ECB
    [21] => AES-256-OFB
    [22] => AES-256-XTS
    [23] => AES128
    [24] => AES192
    [25] => AES256
    [26] => BF
    [27] => BF-CBC
    [28] => BF-CFB
    [29] => BF-ECB
    [30] => BF-OFB
    [31] => CAMELLIA-128-CBC
    [32] => CAMELLIA-128-CFB
    [33] => CAMELLIA-128-CFB1
    [34] => CAMELLIA-128-CFB8
    [35] => CAMELLIA-128-ECB
    [36] => CAMELLIA-128-OFB
    [37] => CAMELLIA-192-CBC
    [38] => CAMELLIA-192-CFB
    [39] => CAMELLIA-192-CFB1
    [40] => CAMELLIA-192-CFB8
    [41] => CAMELLIA-192-ECB
    [42] => CAMELLIA-192-OFB
    [43] => CAMELLIA-256-CBC
    [44] => CAMELLIA-256-CFB
    [45] => CAMELLIA-256-CFB1
    [46] => CAMELLIA-256-CFB8
    [47] => CAMELLIA-256-ECB
    [48] => CAMELLIA-256-OFB
    [49] => CAMELLIA128
    [50] => CAMELLIA192
    [51] => CAMELLIA256
    [52] => CAST
    [53] => CAST-cbc
    [54] => CAST5-CBC
    [55] => CAST5-CFB
    [56] => CAST5-ECB
    [57] => CAST5-OFB
    [58] => DES
    [59] => DES-CBC
    [60] => DES-CFB
    [61] => DES-CFB1
    [62] => DES-CFB8
    [63] => DES-ECB
    [64] => DES-EDE
    [65] => DES-EDE-CBC
    [66] => DES-EDE-CFB
    [67] => DES-EDE-OFB
    [68] => DES-EDE3
    [69] => DES-EDE3-CBC
    [70] => DES-EDE3-CFB
    [71] => DES-EDE3-CFB1
    [72] => DES-EDE3-CFB8
    [73] => DES-EDE3-OFB
    [74] => DES-OFB
    [75] => DES3
    [76] => DESX
    [77] => DESX-CBC
    [78] => IDEA
    [79] => IDEA-CBC
    [80] => IDEA-CFB
    [81] => IDEA-ECB
    [82] => IDEA-OFB
    [83] => RC2
    [84] => RC2-40-CBC
    [85] => RC2-64-CBC
    [86] => RC2-CBC
    [87] => RC2-CFB
    [88] => RC2-ECB
    [89] => RC2-OFB
    [90] => RC4
    [91] => RC4-40
    [92] => RC4-HMAC-MD5
    [93] => SEED
    [94] => SEED-CBC
    [95] => SEED-CFB
    [96] => SEED-ECB
    [97] => SEED-OFB
    [98] => aes-128-cbc
    [99] => aes-128-ccm
    [100] => aes-128-cfb
    [101] => aes-128-cfb1
    [102] => aes-128-cfb8
    [103] => aes-128-ctr
    [104] => aes-128-ecb
    [105] => aes-128-gcm
    [106] => aes-128-ofb
    [107] => aes-128-xts
    [108] => aes-192-cbc
    [109] => aes-192-ccm
    [110] => aes-192-cfb
    [111] => aes-192-cfb1
    [112] => aes-192-cfb8
    [113] => aes-192-ctr
    [114] => aes-192-ecb
    [115] => aes-192-gcm
    [116] => aes-192-ofb
    [117] => aes-256-cbc
    [118] => aes-256-ccm
    [119] => aes-256-cfb
    [120] => aes-256-cfb1
    [121] => aes-256-cfb8
    [122] => aes-256-ctr
    [123] => aes-256-ecb
    [124] => aes-256-gcm
    [125] => aes-256-ofb
    [126] => aes-256-xts
    [127] => aes128
    [128] => aes192
    [129] => aes256
    [130] => bf
    [131] => bf-cbc
    [132] => bf-cfb
    [133] => bf-ecb
    [134] => bf-ofb
    [135] => blowfish
    [136] => camellia-128-cbc
    [137] => camellia-128-cfb
    [138] => camellia-128-cfb1
    [139] => camellia-128-cfb8
    [140] => camellia-128-ecb
    [141] => camellia-128-ofb
    [142] => camellia-192-cbc
    [143] => camellia-192-cfb
    [144] => camellia-192-cfb1
    [145] => camellia-192-cfb8
    [146] => camellia-192-ecb
    [147] => camellia-192-ofb
    [148] => camellia-256-cbc
    [149] => camellia-256-cfb
    [150] => camellia-256-cfb1
    [151] => camellia-256-cfb8
    [152] => camellia-256-ecb
    [153] => camellia-256-ofb
    [154] => camellia128
    [155] => camellia192
    [156] => camellia256
    [157] => cast
    [158] => cast-cbc
    [159] => cast5-cbc
    [160] => cast5-cfb
    [161] => cast5-ecb
    [162] => cast5-ofb
    [163] => des
    [164] => des-cbc
    [165] => des-cfb
    [166] => des-cfb1
    [167] => des-cfb8
    [168] => des-ecb
    [169] => des-ede
    [170] => des-ede-cbc
    [171] => des-ede-cfb
    [172] => des-ede-ofb
    [173] => des-ede3
    [174] => des-ede3-cbc
    [175] => des-ede3-cfb
    [176] => des-ede3-cfb1
    [177] => des-ede3-cfb8
    [178] => des-ede3-ofb
    [179] => des-ofb
    [180] => des3
    [181] => desx
    [182] => desx-cbc
    [183] => id-aes128-CCM
    [184] => id-aes128-GCM
    [185] => id-aes128-wrap
    [186] => id-aes192-CCM
    [187] => id-aes192-GCM
    [188] => id-aes192-wrap
    [189] => id-aes256-CCM
    [190] => id-aes256-GCM
    [191] => id-aes256-wrap
    [192] => id-smime-alg-CMS3DESwrap
    [193] => idea
    [194] => idea-cbc
    [195] => idea-cfb
    [196] => idea-ecb
    [197] => idea-ofb
    [198] => rc2
    [199] => rc2-40-cbc
    [200] => rc2-64-cbc
    [201] => rc2-cbc
    [202] => rc2-cfb
    [203] => rc2-ecb
    [204] => rc2-ofb
    [205] => rc4
    [206] => rc4-40
    [207] => rc4-hmac-md5
    [208] => seed
    [209] => seed-cbc
    [210] => seed-cfb
    [211] => seed-ecb
    [212] => seed-ofb
)