Coder Social home page Coder Social logo

ihash's Introduction

ihash

命令行,全平台,支持通配符的hash校验工具

快速安装

go install github.com/xiaoqidun/ihash@latest

编译安装

git clone https://github.com/xiaoqidun/ihash.git
cd ihash
go build ihash.go

手动安装

  1. 根据系统架构下载为你编译好的二进制文件
  2. 将下载好的二进制文件重命名为ihash并保留后缀
  3. 把ihash文件移动到系统PATH环境变量中的目录下
  4. windows外的系统需使用chmod命令赋予可执行权限

校验类型

  • md5sum
  • sha1sum
  • sha256sum
  • sha384sum
  • sha512sum
  • sha3sum224
  • sha3sum256
  • sha3sum384
  • sha3sum512

快捷命令

自行将./bin/替换成处于PATH环境变量中的目录路径

ihash -install ./bin/

字符校验

echo admin | md5sum
echo admin | ihash md5sum

文件校验

md5sum *
ihash md5sum *

传参说明

快捷命令 文件1 文件2 文件3 ...
原始程序 校验类型 文件1 文件2 文件3 ...
不传任何文件时从stdin(命令行)读取字符

ihash's People

Contributors

xiaoqidun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.