Giter Site home page Giter Site logo

omnidotnet / hasher Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 42 KB

If you need a hash, we've got your back.

Home Page: https://omnidotnet.github.io/hasher/

License: GNU General Public License v3.0

Python 88.91% HTML 11.09%
hash sha256 random md5 sha1 sha512

hasher's Introduction

Hasher

If you need a hash, we've got your back.

What's Hasher?

Hasher is FOSS, and will always be so. The aim of Hasher is to provide an easy way to make random hashes, for whatever you want them. No crypto or anything, just ten hash strings.

What can Hasher do?

The short answer is that it gives you 10 random hashes of an algorithm of your choice, that you can choose to save to a .txt file. The long answer is basically the rest of the readme.

What should I use Hasher for?

Hashes can be used for lots of things, and so can Hasher. Here's a short list of what Hasher is and isn't.

  • Hasher is:
    • A random value generator
    • A sha256/sha512/sha1/md5 system test
    • A roleplaying tool (for whatever RP you need hashes, I guess)
  • Hasher isn't:
    • A password generator
    • A ransomware decryptor
    • A cryptocurrency miner

How does Hasher work?

Hasher takes 10 random numbers from 0 to 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999, and then encodes them into a string that Python's "hashlib" can understand. Hasher then takes the hash, re-encodes it, and passes it through another instance of the same algorithm. You can read the code for a more in-depth explanation.

What algorithms can I use?

At the moment, we've got 4 algorithms! Type:

  • "md5" for MD5.
  • "sha1" for SHA1.
  • "sha256" for SHA256
  • "sha512" for SHA512.

What can I do with Hasher's source code?

Hasher uses the GNU-GPLv3 license, which essentially means that you can do anything with my code except making it closed-source.

How do I install Hasher?

Download the latest .py file, make sure you have Python installed, and run it. It's a CLI tool, but it's pretty simple, all you need to do is input your preferred algorithm and get your hashes.

hasher's People

Contributors

omnidotnet avatar rhugwedashedge avatar

Stargazers

 avatar

Watchers

 avatar

hasher's Issues

HTML site not working

The simple HTML is broken. The last <h2> seems to be indented into the list (which I closed), the <title> tag doesn't work, and the CSS is just not doing anything.

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.