项目作者: dagorret

项目描述 :
Python script checksums files for all algorithms
高级语言: Python
项目地址: git://github.com/dagorret/checkfile.git
创建时间: 2020-12-24T14:12:32Z
项目社区:https://github.com/dagorret/checkfile

开源协议:

下载


Checkfile

Is a python 3 script for check sum of this algorithms

  • md5
  • sha1
  • sha224
  • sha256
  • sha384
  • sha512

Run

  1. python3 checkfile.py {filename}

Output Example

  1. >>> checkfiles.py
  2. md5sum c7162c931aa26486e8888baab9025e0e
  3. sha1sum 2a0b53f358589ca9cb0b6f11f8f70296282ee21a
  4. sha224sum 686e310da705c2a4997c16703025018358f2815718c0581df00d1a2d
  5. sha256sum bc75329083928742856b59cbf1156bb0a130f619aa991d35958ea4920afb9531
  6. sha384sum 5ee5d267778fc3e7fa849526ca5482fa3d7f29c580104842aa84590f202a77e25a84bc6ff734caaeb918cd3242bee254
  7. sha512sum cce877133d64077bc23ffa08b66847506a1cc103b61defdc8008e77e51d4deb6fd73c704e07fd97512cf1d439616955d629c04b1d3fe6e14d2ea6126429e0eba

With glob

  1. checkfile.py *

Recognition

The authorship of this script is Sergiy Kolodyazhnyy