Code Monkey home page Code Monkey logo

hash-generator-cli's Introduction

Installation

  1. Clone the repository with git clone.
  2. Install with pip: pip3 install /path/to/hash-cli-generator

What the tool does

I was tired of having to use workarounds to get a string hash on Linux, such as md5sum <<< somestring or echo -n somestring | md5sum | awk '{print $1}' so I created this small python CLI which is based on hashlib. The hashes are computed by python's built-in libraries.

Usage

  1. Basic usage: hash-generator [string or path to a file] [type of hash]
    Examples:
  • hash-generator hello sha1
  • hash-generator /path/to/file md5
  1. To get more information on how to use this tool: hash-generator -h Usable algorithms depend on your system but these algorithms are always available:
  • md5
  • blake2b, blake2s
  • sha384, sha3_384, sha3_224, sha3_256, sha224, sha1, sha256, sha3_512, sha512
  • shake_128, shake_256
  1. If you want to run the tests, just use python -m unittest in the tests directory.

License

This tool is licensed under MIT license. You can basically do whatever you want with it !

hash-generator-cli's People

Contributors

clemdep avatar

Watchers

 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.