openssl_get_cipher_methods($aliases) - This PHP function returns available cipher methods on a server. This takes a boolean value for $aliases. Default is false. If set to true, cipher aliases are included in the resulting output. Click the button below to see the availabe cipers available on this server.
Array ( [0] => AES-128-CBC [1] => AES-128-CBC-HMAC-SHA1 [2] => AES-128-CFB [3] => AES-128-CFB1 [4] => AES-128-CFB8 [5] => AES-128-CTR [7] => AES-128-OFB [8] => AES-128-XTS [9] => AES-192-CBC [10] => AES-192-CFB [11] => AES-192-CFB1 [12] => AES-192-CFB8 [13] => AES-192-CTR [15] => AES-192-OFB [16] => AES-256-CBC [17] => AES-256-CBC-HMAC-SHA1 [18] => AES-256-CFB [19] => AES-256-CFB1 [20] => AES-256-CFB8 [21] => AES-256-CTR [23] => AES-256-OFB [24] => AES-256-XTS [25] => BF-CBC [26] => BF-CFB [28] => BF-OFB [29] => CAMELLIA-128-CBC [30] => CAMELLIA-128-CFB [31] => CAMELLIA-128-CFB1 [32] => CAMELLIA-128-CFB8 [34] => CAMELLIA-128-OFB [35] => CAMELLIA-192-CBC [36] => CAMELLIA-192-CFB [37] => CAMELLIA-192-CFB1 [38] => CAMELLIA-192-CFB8 [40] => CAMELLIA-192-OFB [41] => CAMELLIA-256-CBC [42] => CAMELLIA-256-CFB [43] => CAMELLIA-256-CFB1 [44] => CAMELLIA-256-CFB8 [46] => CAMELLIA-256-OFB [47] => CAST5-CBC [48] => CAST5-CFB [50] => CAST5-OFB [68] => IDEA-CBC [69] => IDEA-CFB [71] => IDEA-OFB [81] => SEED-CBC [82] => SEED-CFB [84] => SEED-OFB [85] => aes-128-cbc [86] => aes-128-cbc-hmac-sha1 [87] => aes-128-ccm [88] => aes-128-cfb [89] => aes-128-cfb1 [90] => aes-128-cfb8 [91] => aes-128-ctr [93] => aes-128-gcm [94] => aes-128-ofb [95] => aes-128-xts [96] => aes-192-cbc [97] => aes-192-ccm [98] => aes-192-cfb [99] => aes-192-cfb1 [100] => aes-192-cfb8 [101] => aes-192-ctr [103] => aes-192-gcm [104] => aes-192-ofb [105] => aes-256-cbc [106] => aes-256-cbc-hmac-sha1 [107] => aes-256-ccm [108] => aes-256-cfb [109] => aes-256-cfb1 [110] => aes-256-cfb8 [111] => aes-256-ctr [113] => aes-256-gcm [114] => aes-256-ofb [115] => aes-256-xts [116] => bf-cbc [117] => bf-cfb [119] => bf-ofb [120] => camellia-128-cbc [121] => camellia-128-cfb [122] => camellia-128-cfb1 [123] => camellia-128-cfb8 [125] => camellia-128-ofb [126] => camellia-192-cbc [127] => camellia-192-cfb [128] => camellia-192-cfb1 [129] => camellia-192-cfb8 [131] => camellia-192-ofb [132] => camellia-256-cbc [133] => camellia-256-cfb [134] => camellia-256-cfb1 [135] => camellia-256-cfb8 [137] => camellia-256-ofb [138] => cast5-cbc [139] => cast5-cfb [141] => cast5-ofb [159] => id-aes128-CCM [160] => id-aes128-GCM [161] => id-aes192-CCM [162] => id-aes192-GCM [163] => id-aes256-CCM [164] => id-aes256-GCM [165] => idea-cbc [166] => idea-cfb [168] => idea-ofb [178] => seed-cbc [179] => seed-cfb [181] => seed-ofb )