Re: UC fips compliant

Tim Roberts <[email protected]> Tue, 21 Sep 2021 09:13:17 -0700
Newsgroups gmane.comp.python.reportlab.user
Organization Providenza & Boekelheide, Inc.
Message-ID <[email protected]>
Satchell Julian via reportlab-users wrote:
>
>
> SHA-1 is no longer recommended, as collision attacks on it are well 
> known. Minimum is something in the SHA2 family, depending on strength 
> / length requirement.
>
Well, you have to balance the cost against the risk.  With one 
exception, MD5 is not used in a security context within ReportLab.  It's 
just a hash algorithm.  There is no "attack vector", and there are no 
secrets being protected.  For those uses, even SHA1 is overkill, and 
SHA2 is vast overkill.

The one exception is creating a key for PDF encryption, and here they 
are restricted to the standard.  They can't arbitrarily change the 
algorithm.

-- 
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.
smime.p7s (application/pkcs7-signature, 3.3 KB) - not displayed