File hash generator Description A Python script that can generate the MD5, SHA1, SHA256, and SHA512 hashes of a file specified by the user. Requirements Python environment: https://www.python.org/downloads/ How to use python hash-gen.py --file <file_path> --hash <md5|sha1|sha256|sha512>