Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.27 KB | None | 0 0
  1. mike@mike-desktop:/var/lib/apt/lists$ openvpn --show-ciphers
  2. The following ciphers and cipher modes are available
  3. for use with OpenVPN.  Each cipher shown below may be
  4. used as a parameter to the --cipher option.  The default
  5. key size is shown as well as whether or not it can be
  6. changed with the --keysize directive.  Using a CBC mode
  7. is recommended. In static key mode only CBC mode is allowed.
  8.  
  9. AES-128-CBC  (128 bit key, 128 bit block)
  10. AES-128-CFB  (128 bit key, 128 bit block, TLS client/server mode only)
  11. AES-128-CFB1  (128 bit key, 128 bit block, TLS client/server mode only)
  12. AES-128-CFB8  (128 bit key, 128 bit block, TLS client/server mode only)
  13. AES-128-OFB  (128 bit key, 128 bit block, TLS client/server mode only)
  14. AES-192-CBC  (192 bit key, 128 bit block)
  15. AES-192-CFB  (192 bit key, 128 bit block, TLS client/server mode only)
  16. AES-192-CFB1  (192 bit key, 128 bit block, TLS client/server mode only)
  17. AES-192-CFB8  (192 bit key, 128 bit block, TLS client/server mode only)
  18. AES-192-OFB  (192 bit key, 128 bit block, TLS client/server mode only)
  19. AES-256-CBC  (256 bit key, 128 bit block)
  20. AES-256-CFB  (256 bit key, 128 bit block, TLS client/server mode only)
  21. AES-256-CFB1  (256 bit key, 128 bit block, TLS client/server mode only)
  22. AES-256-CFB8  (256 bit key, 128 bit block, TLS client/server mode only)
  23. AES-256-OFB  (256 bit key, 128 bit block, TLS client/server mode only)
  24. CAMELLIA-128-CBC  (128 bit key, 128 bit block)
  25. CAMELLIA-128-CFB  (128 bit key, 128 bit block, TLS client/server mode only)
  26. CAMELLIA-128-CFB1  (128 bit key, 128 bit block, TLS client/server mode only)
  27. CAMELLIA-128-CFB8  (128 bit key, 128 bit block, TLS client/server mode only)
  28. CAMELLIA-128-OFB  (128 bit key, 128 bit block, TLS client/server mode only)
  29. CAMELLIA-192-CBC  (192 bit key, 128 bit block)
  30. CAMELLIA-192-CFB  (192 bit key, 128 bit block, TLS client/server mode only)
  31. CAMELLIA-192-CFB1  (192 bit key, 128 bit block, TLS client/server mode only)
  32. CAMELLIA-192-CFB8  (192 bit key, 128 bit block, TLS client/server mode only)
  33. CAMELLIA-192-OFB  (192 bit key, 128 bit block, TLS client/server mode only)
  34. CAMELLIA-256-CBC  (256 bit key, 128 bit block)
  35. CAMELLIA-256-CFB  (256 bit key, 128 bit block, TLS client/server mode only)
  36. CAMELLIA-256-CFB1  (256 bit key, 128 bit block, TLS client/server mode only)
  37. CAMELLIA-256-CFB8  (256 bit key, 128 bit block, TLS client/server mode only)
  38. CAMELLIA-256-OFB  (256 bit key, 128 bit block, TLS client/server mode only)
  39. SEED-CBC  (128 bit key, 128 bit block)
  40. SEED-CFB  (128 bit key, 128 bit block, TLS client/server mode only)
  41. SEED-OFB  (128 bit key, 128 bit block, TLS client/server mode only)
  42.  
  43. The following ciphers have a block size of less than 128 bits,
  44. and are therefore deprecated.  Do not use unless you have to.
  45.  
  46. BF-CBC  (128 bit key by default, 64 bit block)
  47. BF-CFB  (128 bit key by default, 64 bit block, TLS client/server mode only)
  48. BF-OFB  (128 bit key by default, 64 bit block, TLS client/server mode only)
  49. CAST5-CBC  (128 bit key by default, 64 bit block)
  50. CAST5-CFB  (128 bit key by default, 64 bit block, TLS client/server mode only)
  51. CAST5-OFB  (128 bit key by default, 64 bit block, TLS client/server mode only)
  52. DES-CBC  (64 bit key, 64 bit block)
  53. DES-CFB  (64 bit key, 64 bit block, TLS client/server mode only)
  54. DES-CFB1  (64 bit key, 64 bit block, TLS client/server mode only)
  55. DES-CFB8  (64 bit key, 64 bit block, TLS client/server mode only)
  56. DES-EDE-CBC  (128 bit key, 64 bit block)
  57. DES-EDE-CFB  (128 bit key, 64 bit block, TLS client/server mode only)
  58. DES-EDE-OFB  (128 bit key, 64 bit block, TLS client/server mode only)
  59. DES-EDE3-CBC  (192 bit key, 64 bit block)
  60. DES-EDE3-CFB  (192 bit key, 64 bit block, TLS client/server mode only)
  61. DES-EDE3-CFB1  (192 bit key, 64 bit block, TLS client/server mode only)
  62. DES-EDE3-CFB8  (192 bit key, 64 bit block, TLS client/server mode only)
  63. DES-EDE3-OFB  (192 bit key, 64 bit block, TLS client/server mode only)
  64. DES-OFB  (64 bit key, 64 bit block, TLS client/server mode only)
  65. DESX-CBC  (192 bit key, 64 bit block)
  66. RC2-40-CBC  (40 bit key by default, 64 bit block)
  67. RC2-64-CBC  (64 bit key by default, 64 bit block)
  68. RC2-CBC  (128 bit key by default, 64 bit block)
  69. RC2-CFB  (128 bit key by default, 64 bit block, TLS client/server mode only)
  70. RC2-OFB  (128 bit key by default, 64 bit block, TLS client/server mode only)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement