metafy-social / python-scripts

A repository of python scripts that come in handy in automating day-to-day tasks
MIT License
452 stars 182 forks source link

Adding script for Checksum #410

Closed Roy-Shubhajit closed 1 year ago

Roy-Shubhajit commented 1 year ago

Is your feature request related to a problem? Please describe

The script helps to generate and verify the checksum and digital signature for files.

Describe the solution you'd like

I have used os, sys, hmac, base64, hashlib, argparse to generate and verify the checksum and signature.

Describe alternatives you've considered

not considered

Additional context**

github-actions[bot] commented 1 year ago

Thank you for opening your first issue in our repository, one of our maintainers will get in touch with you soon.

PLEASE DON'T FORGET TO ADD YOUR EMAIL USING THE AUTH LINK

We at Metafy have some special rewards and swags for the top contributors in general repos and every contributor in web3 repos For being eligible for that, please authenticate yourself using this link: https://metafy.social/signup

Rewards : T-shirts & NFT ( for blockchain contributions )

Best of luck on your Contributions For further queries you can join our discord for support : https://discord.gg/W6PmEjjQsA

Roy-Shubhajit commented 1 year ago

@bartick, As I didn't open any issue before pushing the pull request #402, I am opening an issue now. I hope the pull request can be made after this.