DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
551 stars 259 forks source link

Replaced crypto with pycryptodome in the requirements.txt file. #333

Closed vignesh1507 closed 1 month ago

vignesh1507 commented 1 month ago

I replaced crypto with pycryptodome, as crypto is not maintained because it was an older, unofficial Python wrapper for cryptographic libraries and has since been deprecated. The community now recommends using more actively maintained and secure libraries like pycryptodome or cryptography.

vignesh1507 commented 1 month ago

Yes, the code script does break after the package updation. Sorry for the inconvenience caused, i am closing this PR as its of no use.