From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id AB9D260963 for ; Wed, 18 Nov 2020 06:48:24 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 977DD17804 for ; Wed, 18 Nov 2020 06:47:54 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 90209177F7 for ; Wed, 18 Nov 2020 06:47:53 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 5160D437FF for ; Wed, 18 Nov 2020 06:47:53 +0100 (CET) Date: Wed, 18 Nov 2020 06:47:48 +0100 (CET) From: Dietmar Maurer To: Proxmox Backup Server development discussion , =?UTF-8?Q?Fabian_Gr=C3=BCnbichler?= Message-ID: <645547754.213.1605678469368@webmail.proxmox.com> In-Reply-To: <1774426658.212.1605677252807@webmail.proxmox.com> References: <20201117175725.3634238-1-f.gruenbichler@proxmox.com> <1774426658.212.1605677252807@webmail.proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.4-Rev13 X-Originating-Client: open-xchange-appsuite X-SPAM-LEVEL: Spam detection results: 0 AWL 0.118 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pbs-devel] [PATCH proxmox-backup 0/7] add, persist and check key fingerprint X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2020 05:48:24 -0000 > On 11/18/2020 6:27 AM Dietmar Maurer wrote: >=20 > =20 > Do we really need/want a 256bit long fingerprint? >=20 > I thought 64bit (or maybe 32bit) would be large enough? > If not, why does it have to be that large? some quick math: max keys a user generate in his live: 1024 (2=C2=B9=E2=81=B0) so the likelihood of a 32bit fingerprint clash is=20 W =3D 1/2^=C2=B2=C2=B2 (1/4Millions) which is, unlikely, but possible. But with 64bit it is extremely unlikely (1/2=E2=81=B5=E2=81=B4).