CiscoUcs / ucsmsdk

Python SDK for Cisco UCSM
Other
80 stars 60 forks source link

update the using of hashlib to meet FIPS #215

Open Kego opened 2 years ago

Kego commented 2 years ago

update the using of hashlib to meet the requirements of FIPS In FIPS, we can't use hashlib.md5 to encrypt_password, and we should use usedforsecurity=False for checksum