Skip to content

Commit

Permalink
Yet another attempt at wrangling in the table of supported ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
stymiee committed May 11, 2020
1 parent 23d1837 commit c547f8f
Showing 1 changed file with 31 additions and 34 deletions.
65 changes: 31 additions & 34 deletions README.md
Expand Up @@ -71,40 +71,37 @@ installed version of Openssl and ciphers supported by this library.
**Total ciphers supported:** 127
**Default cipher:** AES-256-CBC

| AES | Aria/Blowfish | Camellia/Cast5/DES | Idea/RC2/Seed | SM4 |
|--------------|---------------|--------------------|---------------|---------------|
| aes-128-cbc | aria-128-cbc | camellia-128-cbc | des-ecb | sm4-cbc |
| aes-128-ccm | aria-128-ccm | camellia-128-cfb | des-ede-cbc | sm4-cfb |
| aes-128-cfb | aria-128-cfb | camellia-128-cfb | des-ede-cfb | sm4-ctr |
| aes-128-cfb1 | aria-128-cfb1 | camellia-128-cfb | des-ede-ofb | sm4-ecb |
| aes-128-cfb8 | aria-128-cfb8 | camellia-128-ctr | des-ede3-cbc | |
| aes-128-ctr | aria-128-ctr | camellia-128-ecb | des-ede3-cfb | |
| aes-128-ecb | aria-128-ecb | camellia-128-ofb | des-ede3-cfb1 | |
| aes-128-gcm | aria-128-gcm | camellia-192-cbc | des-ede3-cfb8 | |
| aes-128-ofb | aria-128-ofb | camellia-192-cfb | des-ede3-ofb | |
| aes-128-xts | aria-192-cbc | camellia-192-cfb | des-ofb | |
| aes-192-cbc | aria-192-ccm | camellia-192-cfb | desx-cbc | |
| aes-192-ccm | aria-192-cfb | camellia-192-ctr | id-aes128-ccm | |
| aes-192-cfb | aria-192-cfb1 | camellia-192-ecb | id-aes128-gcm | |
| aes-192-cfb1 | aria-192-cfb8 | camellia-192-ofb | id-aes192-ccm | |
| aes-192-cfb8 | aria-192-ctr | camellia-256-cbc | id-aes192-gcm | |
| aes-192-ctr | aria-192-ecb | camellia-256-cfb | id-aes256-ccm | |
| aes-192-ecb | aria-192-gcm | camellia-256-cfb | id-aes256-gcm | |
| aes-192-gcm | aria-192-ofb | camellia-256-cfb | idea-cbc | |
| aes-192-ofb | aria-256-cbc | camellia-256-ctr | idea-cfb | |
| aes-256-cbc | aria-256-ccm | camellia-256-ecb | idea-ecb | |
| aes-256-ccm | aria-256-cfb | camellia-256-ofb | idea-ofb | |
| aes-256-cfb | aria-256-cfb1 | cast5-cbc | rc2-40-cbc | |
| aes-256-cfb1 | aria-256-cfb8 | cast5-cfb | rc2-64-cbc | |
| aes-256-cfb8 | aria-256-ctr | cast5-ecb | rc2-cbc | |
| aes-256-ctr | aria-256-ecb | cast5-ofb | rc2-cfb | |
| aes-256-ecb | aria-256-gcm | chacha20 | rc2-ecb | |
| aes-256-gcm | aria-256-ofb | chacha20-poly1305 | rc2-ofb | |
| aes-256-ofb | bf-cbc | des-cbc | seed-cbc | |
| aes-256-xts | bf-cfb | des-cfb | seed-cfb | |
| | bf-ecb | des-cfb1 | seed-ecb | |
| | bf-ofb | des-cfb8 | seed-ofb | |

| AES | Aria | Blowfish/Camellia | Cast5/DES | Idea/RC2/SeedSM4 |
|--------------|---------------| ------------------|-------------------|------------------|
| aes-128-cbc | aria-128-cbc | bf-cbc | cast5-cbc | id-aes128-ccm |
| aes-128-ccm | aria-128-ccm | bf-cfb | cast5-cfb | id-aes128-gcm |
| aes-128-cfb | aria-128-cfb | bf-ecb | cast5-ecb | id-aes192-ccm |
| aes-128-cfb1 | aria-128-cfb1 | bf-ofb | cast5-ofb | id-aes192-gcm |
| aes-128-cfb8 | aria-128-cfb8 | camellia-128-cbc | chacha20 | id-aes256-ccm |
| aes-128-ctr | aria-128-ctr | camellia-128-cfb | chacha20-poly1305 | id-aes256-gcm |
| aes-128-ecb | aria-128-ecb | camellia-128-cfb | des-cbc | idea-cbc |
| aes-128-gcm | aria-128-gcm | camellia-128-cfb | des-cfb | idea-cfb |
| aes-128-ofb | aria-128-ofb | camellia-128-ctr | des-cfb1 | idea-ecb |
| aes-128-xts | aria-192-cbc | camellia-128-ecb | des-cfb8 | idea-ofb |
| aes-192-cbc | aria-192-ccm | camellia-128-ofb | des-ecb | rc2-40-cbc |
| aes-192-ccm | aria-192-cfb | camellia-192-cbc | des-ede-cbc | rc2-64-cbc |
| aes-192-cfb | aria-192-cfb1 | camellia-192-cfb | des-ede-cfb | rc2-cbc |
| aes-192-cfb1 | aria-192-cfb8 | camellia-192-cfb | des-ede-ofb | rc2-cfb |
| aes-192-cfb8 | aria-192-ctr | camellia-192-cfb | des-ede3-cbc | rc2-ecb |
| aes-192-ctr | aria-192-ecb | camellia-192-ctr | des-ede3-cfb | rc2-ofb |
| aes-192-ecb | aria-192-gcm | camellia-192-ecb | des-ede3-cfb1 | seed-cbc |
| aes-192-gcm | aria-192-ofb | camellia-192-ofb | des-ede3-cfb8 | seed-cfb |
| aes-192-ofb | aria-256-cbc | camellia-256-cbc | des-ede3-ofb | seed-ecb |
| aes-256-cbc | aria-256-ccm | camellia-256-cfb | des-ofb | seed-ofb |
| aes-256-ccm | aria-256-cfb | camellia-256-cfb | desx-cbc | sm4-cbc |
| aes-256-cfb | aria-256-cfb1 | camellia-256-cfb | | sm4-cfb |
| aes-256-cfb1 | aria-256-cfb8 | camellia-256-ctr | | sm4-ctr |
| aes-256-cfb8 | aria-256-ctr | camellia-256-ecb | | sm4-ecb |
| aes-256-ctr | aria-256-ecb | camellia-256-ofb | | |
| aes-256-ecb | aria-256-gcm | | | |
| aes-256-gcm | aria-256-ofb | | | |
| aes-256-ofb | | | | |
| aes-256-xts | | | | |

## Notes

Expand Down

0 comments on commit c547f8f

Please sign in to comment.