- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Ciphers suites to diable
Operating System - Linux
1821642
Members
2820
Online
109633
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2008 05:06 AM
04-04-2008 05:06 AM
Ciphers suites to diable
Hello all
which of the following cipher suites is the weakest?
I should disable the weakest in order to adding more security on the system.
Obviously i need to forecast impacts in disabling the cipher suite, man pages are not so helpfull.
> openssl ciphers -v
DHE-RSA-AES256-SHA
DHE-DSS-AES256-SHA
AES256-SHA
EDH-RSA-DES-CBC3-SHA
EDH-DSS-DES-CBC3-SHA
DES-CBC3-SHA
DES-CBC3-MD5
DHE-RSA-AES128-SHA
DHE-DSS-AES128-SHA
AES128-SHA
IDEA-CBC-SHA
IDEA-CBC-MD5
RC2-CBC-MD5
DHE-DSS-RC4-SHA
RC4-SHA
RC4-MD5
RC4-MD5
RC4-64-MD5
EXP1024-DHE-DSS-DES-CBC-SHA
EXP1024-DES-CBC-SHA
EXP1024-RC2-CBC-MD5
EDH-RSA-DES-CBC-SHA
EDH-DSS-DES-CBC-SHA
DES-CBC-SHA
DES-CBC-MD5
EXP1024-DHE-DSS-RC4-SHA
EXP1024-RC4-SHA
EXP1024-RC4-MD5
EXP-EDH-RSA-DES-CBC-SHA
EXP-EDH-DSS-DES-CBC-SHA
EXP-DES-CBC-SHA
EXP-RC2-CBC-MD5
EXP-RC2-CBC-MD5
EXP-RC4-MD5
EXP-RC4-MD5
Thanks in advance
RV
which of the following cipher suites is the weakest?
I should disable the weakest in order to adding more security on the system.
Obviously i need to forecast impacts in disabling the cipher suite, man pages are not so helpfull.
> openssl ciphers -v
DHE-RSA-AES256-SHA
DHE-DSS-AES256-SHA
AES256-SHA
EDH-RSA-DES-CBC3-SHA
EDH-DSS-DES-CBC3-SHA
DES-CBC3-SHA
DES-CBC3-MD5
DHE-RSA-AES128-SHA
DHE-DSS-AES128-SHA
AES128-SHA
IDEA-CBC-SHA
IDEA-CBC-MD5
RC2-CBC-MD5
DHE-DSS-RC4-SHA
RC4-SHA
RC4-MD5
RC4-MD5
RC4-64-MD5
EXP1024-DHE-DSS-DES-CBC-SHA
EXP1024-DES-CBC-SHA
EXP1024-RC2-CBC-MD5
EDH-RSA-DES-CBC-SHA
EDH-DSS-DES-CBC-SHA
DES-CBC-SHA
DES-CBC-MD5
EXP1024-DHE-DSS-RC4-SHA
EXP1024-RC4-SHA
EXP1024-RC4-MD5
EXP-EDH-RSA-DES-CBC-SHA
EXP-EDH-DSS-DES-CBC-SHA
EXP-DES-CBC-SHA
EXP-RC2-CBC-MD5
EXP-RC2-CBC-MD5
EXP-RC4-MD5
EXP-RC4-MD5
Thanks in advance
RV
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 04:37 AM
04-05-2008 04:37 AM
Re: Ciphers suites to diable
If you are setting up a public site, you'll need to know what algorithms are most likely to be supported by the various client applications. It's no good to have a secure site, if it is inaccessible by your potential users.
To get up-to-date information, you should Google for recent research on cryptography and SSL/TLS usage.
For example, a search with words "crypto algorithm strength compare" produced this hit that looks useable for you:
http://www.imconf.net/imc-2007/papers/imc130.pdf
A quick summary:
Single-DES is far too weak, so you should disallow DES-CBC-SHA and DES-CBC-MD5.
Triple-DES (DES-CBC3-*) is still adequate, but inefficient: it's slower than other algorithms of equivalent strength. You should prefer something else over triple-DES, but you can still allow triple-DES if necessary for compatibility.
You should prefer-SHA over -MD5, although both SHA and MD5 seem to be still OK (so far) when used in the specific way SSL 3.0 and TLS 1.0 use them.
Whatever you do, avoid SSL version 2.0 if possible: that protocol version has serious flaws that can undermine the strength of any cipher used with it.
MK
To get up-to-date information, you should Google for recent research on cryptography and SSL/TLS usage.
For example, a search with words "crypto algorithm strength compare" produced this hit that looks useable for you:
http://www.imconf.net/imc-2007/papers/imc130.pdf
A quick summary:
Single-DES is far too weak, so you should disallow DES-CBC-SHA and DES-CBC-MD5.
Triple-DES (DES-CBC3-*) is still adequate, but inefficient: it's slower than other algorithms of equivalent strength. You should prefer something else over triple-DES, but you can still allow triple-DES if necessary for compatibility.
You should prefer
Whatever you do, avoid SSL version 2.0 if possible: that protocol version has serious flaws that can undermine the strength of any cipher used with it.
MK
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP