Sha256: 296474dd4ab76d774e2f2a8f55b2271b31348c2174ff02e0de2f5d7e987aa37d

Contents?: true

Size: 1.51 KB

Versions: 17

Compression:

Stored size: 1.51 KB

Contents

require 'net/ssh/transport/kex/diffie_hellman_group1_sha1'

module Net 
  module SSH 
    module Transport 
      module Kex
        # A key-exchange service implementing the "diffie-hellman-group14-sha1"
        # key-exchange algorithm. (defined in RFC 4253)
        class DiffieHellmanGroup14SHA1 < DiffieHellmanGroup1SHA1
          # The value of 'P', as a string, in hexadecimal
          P_s = "FFFFFFFF" "FFFFFFFF" "C90FDAA2" "2168C234" +
                "C4C6628B" "80DC1CD1" "29024E08" "8A67CC74" +
                "020BBEA6" "3B139B22" "514A0879" "8E3404DD" +
                "EF9519B3" "CD3A431B" "302B0A6D" "F25F1437" +
                "4FE1356D" "6D51C245" "E485B576" "625E7EC6" +
                "F44C42E9" "A637ED6B" "0BFF5CB6" "F406B7ED" +
                "EE386BFB" "5A899FA5" "AE9F2411" "7C4B1FE6" +
                "49286651" "ECE45B3D" "C2007CB8" "A163BF05" +
                "98DA4836" "1C55D39A" "69163FA8" "FD24CF5F" +
                "83655D23" "DCA3AD96" "1C62F356" "208552BB" +
                "9ED52907" "7096966D" "670C354E" "4ABC9804" +
                "F1746C08" "CA18217C" "32905E46" "2E36CE3B" +
                "E39E772C" "180E8603" "9B2783A2" "EC07A28F" +
                "B5C55DF0" "6F4C52C9" "DE2BCBF6" "95581718" +
                "3995497C" "EA956AE5" "15D22618" "98FA0510" +
                "15728E5A" "8AACAA68" "FFFFFFFF" "FFFFFFFF"
      
          # The radix in which P_s represents the value of P
          P_r = 16

          # The group constant
          G = 2
        end
      end
    end
  end
end

Version data entries

17 entries across 16 versions & 2 rubygems

Version Path
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.2.0.rc1/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.2.0.rc2 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.2.0.rc1/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.2.0.rc1 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.2.0.beta1 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.1.0 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.1.0.rc1 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.0.2 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.0.1 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.0.0 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.0.0.rc1 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.0.0.beta2 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
net-ssh-6.0.0.beta1 lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb