GitHub introduces hybrid post-quantum SSH security to better protect Git data in transit

GitHub introduces hybrid post-quantum SSH security to better protect Git data in transit

GitHub is deploying a new hybrid post-quantum secure SSH key exchange algorithm to enhance the security of accessing Git data. This update is aimed at strengthening user protection when connecting over SSH.

The algorithm combines Streamlined NTRU Prime, a post-quantum-secure protocol, with the classical elliptic curve Diffie-Hellman method using the X25519 curve. While post-quantum algorithms have undergone less scrutiny than established methods, this hybrid approach ensures that the overall security level is never weaker than the classical algorithm alone. As a result, SSH connections on GitHub are now protected against potential decryption by both current and future quantum computers.

While these changes bring forward enhanced protection for SSH users, they do not impact those accessing repositories over HTTPS. The new cryptographic measures also exclude GitHub Enterprise Cloud customers whose data resides in the United States, since only FIPS-approved cryptography is permitted in that region and the post-quantum method has not received FIPS approval.

by Paul

D7
D7 found this interesting
GitHub iconGitHub
  1726
  • ...

GitHub is a web-based Git hosting service designed to enhance collaboration and streamline project management. It offers features such as issue tracking, social networking, and wikis. As a version control platform, GitHub provides Git integration, file versioning, and unlimited private repositories. With a rating of 3.3, it is often compared to alternatives like GitLab, Bitbucket, and SourceForge.

No comments so far, maybe you want to be first?
Gu