Compare sha256 checksum of a file

  1.  sha256sum  <filename>
  2. python3 -c 'print("Equal" if "checksum of file" == "checksum provided" else "Not equal")'

    Equal



Comments

Popular posts from this blog

Bug Boundy Methodology, Tools & Resources

Install & set up mitmweb or mitmproxy in Linux

Day 20: Search in Rotated Sorted Array: Binary Search - leetcode - Python3