Skip to Main Content
Integration


This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Future consideration
Workspace DataPower Gateway
Created by Guest
Created on Sep 27, 2023

Add support for ssh-ed25519 (ED25519) to DataPower SSH / SFTP client

SSH-ED25519, also known as ED25519, is a widely used public-key cryptographic algorithm for securing SSH (Secure Shell) connections. It offers several advantages over older cryptographic algorithms like RSA or DSA:

Strong Security: ED25519 provides strong security with relatively short key lengths. A 256-bit key in ED25519 offers security comparable to a 3072-bit RSA key, making it resistant to current and foreseeable cryptographic attacks.

Speed: ED25519 is highly efficient and performs faster than many other cryptographic algorithms, including RSA and DSA. This efficiency is especially important in resource-constrained environments and for high-performance SSH connections.

Small Key Sizes: As mentioned earlier, ED25519 keys are relatively short compared to equivalent-strength RSA keys. This means that key generation and exchange are faster and use less bandwidth.

Reduced Vulnerability to Side-Channel Attacks: ED25519 is designed with security in mind, including protection against side-channel attacks, which are attacks that exploit information leaked during cryptographic operations, such as timing or power consumption.

Simplicity: The algorithm is straightforward and easier to implement correctly than some other cryptographic systems. This reduces the risk of implementation errors that could lead to vulnerabilities.

Resistance to Quantum Attacks: While quantum computers could potentially break traditional asymmetric encryption methods like RSA and ECC (Elliptic Curve Cryptography), ED25519 is believed to be quantum-resistant, making it a more future-proof choice.

Open Standard: ED25519 is a widely accepted and standardized algorithm, ensuring compatibility across various SSH implementations and software.

Wide Adoption: Over the years, ED25519 has gained widespread adoption in the security community and is supported by many SSH clients and servers, making it a practical choice for securing SSH connections.

Forward Secrecy: ED25519 keys can be used with SSH key exchange protocols that provide forward secrecy, ensuring that even if an attacker obtains the private key in the future, they cannot decrypt past SSH sessions.

In summary, ED25519 offers a combination of strong security, efficiency, simplicity, and resistance to emerging cryptographic threats, making it an excellent choice for securing SSH connections and other cryptographic applications. It has become the recommended default for SSH key generation in many contexts due to its advantages.

Idea priority Medium