1Net::SSH::Perl::Kex::DHU1s6eSrHAC5o1n2t(r3i)buted Perl DNoectu:m:eSnStHa:t:iPoenrl::Kex::DH16SHA512(3)
2
3
4

NAME

6       Net::SSH::Perl::Kex::DH16SHA512 - Diffie-Hellman Group 16 SHA512 Key
7       Exchange (RFC3526 "4096-bit MODP Group")
8

SYNOPSIS

10           use Net::SSH::Perl::Kex;
11           my $kex = Net::SSH::Perl::Kex->new;
12           my $dh16 = bless $kex, 'Net::SSH::Perl::Kex::DH16SHA512';
13
14           $dh16->exchange;
15

DESCRIPTION

17       Net::SSH::Perl::Kex::DH16SHA512 implements Diffie-Hellman Group 16
18       SHA512 Key Exchange for Net::SSH::Perl. It is a subclass of
19       Net::SSH::Perl::Kex.
20
21       Group 16 Key Exchange uses the Diffie-Hellman key exchange algorithm to
22       produce a shared secret key between client and server, without ever
23       sending the shared secret over the insecure network. All that is sent
24       are the client and server public keys.
25
26       Net::SSH::Perl::Kex::DH16SHA512 uses CryptX for the Diffie-Hellman
27       implementation. The p value is set to
28
29             FFFFFFFF FFFFFFFF C90FDAA2 2168C234 C4C6628B 80DC1CD1
30             29024E08 8A67CC74 020BBEA6 3B139B22 514A0879 8E3404DD
31             EF9519B3 CD3A431B 302B0A6D F25F1437 4FE1356D 6D51C245
32             E485B576 625E7EC6 F44C42E9 A637ED6B 0BFF5CB6 F406B7ED
33             EE386BFB 5A899FA5 AE9F2411 7C4B1FE6 49286651 ECE45B3D
34             C2007CB8 A163BF05 98DA4836 1C55D39A 69163FA8 FD24CF5F
35             83655D23 DCA3AD96 1C62F356 208552BB 9ED52907 7096966D
36             670C354E 4ABC9804 F1746C08 CA18217C 32905E46 2E36CE3B
37             E39E772C 180E8603 9B2783A2 EC07A28F B5C55DF0 6F4C52C9
38             DE2BCBF6 95581718 3995497C EA956AE5 15D22618 98FA0510
39             15728E5A 8AAAC42D AD33170D 04507A33 A85521AB DF1CBA64
40             ECFB8504 58DBEF0A 8AEA7157 5D060C7D B3970F85 A6E1E4C7
41             ABF5AE8C DB0933D7 1E8C94E0 4A25619D CEE3D226 1AD2EE6B
42             F12FFA06 D98A0864 D8760273 3EC86A64 521F2B18 177B200C
43             BBE11757 7A615D6C 770988C0 BAD946E2 08E24FA0 74E5AB31
44             43DB5BFC E0FD108E 4B82D120 A9210801 1A723C12 A787E6D7
45             88719A10 BDBA5B26 99C32718 6AF4E23C 1A946834 B6150BDA
46             2583E9CA 2AD44CE8 DBBBC2DB 04DE8EF9 2E8EFC14 1FBECAA6
47             287C5947 4E6BC05D 99B2964F A090C3A2 233BA186 515BE7ED
48             1F612970 CEE2D7AF B81BDD76 2170481C D0069127 D5B05AA9
49             93B4EA98 8D8FDDC1 86FFB7DC 90A6C08F 4DF435C9 34063199
50             FFFFFFFF FFFFFFFF
51
52       Which is taken from the OpenSSH 7.3 source code.  And the generator g
53       is set to 2.
54

AUTHOR & COPYRIGHTS

56       Lance Kinley E<lkinley@loyaltymethods.com>
57
58       Copyright (c) 2016 Loyalty Methods, Inc.
59

LICENSE

61       This program is free software; you can redistribute it and/or modify it
62       under the same terms as Perl itself.
63

POD ERRORS

65       Hey! The above document had some coding errors, which are explained
66       below:
67
68       Around line 84:
69           Unknown E content in E<lkinley@loyaltymethods.com>
70
71
72
73perl v5.32.0                      2020-07-28Net::SSH::Perl::Kex::DH16SHA512(3)
Impressum