ashb commented on pull request #13083: URL: https://github.com/apache/airflow/pull/13083#issuecomment-745360560
> Yup, I understand. There is flag introduced in hashlib to deal with such scenarios where md5 is used for non-security related purposes. > > > > > import hashlib > > > > **>>> hashlib.md5(usedforsecurity=False)** > > > > <md5 HASH object @ 0x7f3bc1b9fed0> > > > > hashlib.md5() > > > > Traceback (most recent call last): > > > > File "", line 1, in > > > > ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS Oh? I can't see anything about this in the docs. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
