Hash

Top 23 Hash Open-Source Projects

  • john

    John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs

    Project mention: Best Hacking Tools for Beginners 2024 | dev.to | 2024-02-01

    John The Ripper

  • xxHash

    Extremely fast non-cryptographic hash algorithm

    Project mention: The One Billion Row Challenge in CUDA: from 17 minutes to 17 seconds | news.ycombinator.com | 2024-04-13

    > GPU Hash Table?

    How bad would performance have suffered if you sha256'd the lines to build the map? I'm going to guess "badly"?

    Maybe something like this in CUDA: https://github.com/Cyan4973/xxHash ?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • hashids

    A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.

    Project mention: Show HN: Sqids (formely Hashids) – Generate short unique IDs from numbers | news.ycombinator.com | 2023-11-07

    More than 10 years ago, I released the first version of Hashids in PHP, an encoding library to generate unique IDs from numbers [0]. Over the years, many developers have converted the library to plenty of other programming languages. It was nice to see it grow, but there were always a few things that bothered me about the original algorithm, so a few months ago I've decided to try and address those issues.

    With lots of help from the community, we've rebranded the library to Sqids (you can see the proposed changes here [1]).

    The new library generates unique IDs faster and with a simpler algorithm. You can read all about it on the FAQ page [2] and try it out via the playground [3]. As always, feedback is welcome via HN or Github.

    [0] https://github.com/vinkla/hashids/commit/98d72eac456aabbf2da...

  • swift-collections

    Commonly used data structures for Swift

  • Loki

    Loki - Simple IOC and YARA Scanner (by Neo23x0)

    Project mention: My Boss Downloaded and Opened a .lnk File and Installed a Malware in His Device | /r/computerforensics | 2023-06-06

    You should run a tool like loki for ioc scanning. This will identify persistence https://github.com/Neo23x0/Loki

  • Hashie

    Hashie is a collection of classes and mixins that make Ruby hashes more powerful.

  • collisions

    Hash collisions and exploitations

    Project mention: Hash Collisions and Exploitations | news.ycombinator.com | 2024-02-04
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • OpenHashTab

    📝 File hashing and checking shell extension

    Project mention: cdrom uploads questions | /r/ArchiveDotOrg | 2023-05-09

    You should also make some hashes of the files after you dump them, and paste them into a text file, I use OpenHashTab: https://github.com/namazso/OpenHashTab

  • signature-base

    YARA signature and IOC database for my scanners and tools

    Project mention: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor (CVE-2024-3094) | news.ycombinator.com | 2024-04-01

    > It doesn't matter.

    To understand the exact behavior and extend of the backdoor, this does matter. An end to end proof of how it works is exactly what was needed.

    > A way to check if servers are vulnerable is probably by querying the package manager

    Yes, this has been know since the initial report + later discovering what exact strings are present for the payload.

    https://github.com/Neo23x0/signature-base/blob/master/yara/b...

    > Not very sophisticated, but it'll work.

    Unfortunately, we live in a world with closed-servers and appliances - being able as a customer or pen tester rule out certain class of security issues without having the source/insights available is usually desirable.

  • parallel-hashmap

    A family of header-only, very fast and memory-friendly hashmap and btree containers.

    Project mention: The One Billion Row Challenge in CUDA: from 17 minutes to 17 seconds | news.ycombinator.com | 2024-04-13

    Standard library maps/unordered_maps are themselves notoriously slow anyway. A sparse_hash_map from abseil or parallel-hashmaps[1] would be better.

    [1] https://github.com/greg7mdp/parallel-hashmap

  • Image Hash

    🌄 Perceptual image hashing for PHP (by jenssegers)

  • deepdiff

    DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together. (by seperman)

  • meow_hash

    Official version of the Meow hash, an extremely fast level 1 hash

  • hashes

    Collection of cryptographic hash functions written in pure Rust

  • Hash-Buster

    Crack hashes in seconds.

    Project mention: One Click Deep Fakes using Roop -Tutorial | /r/StableDiffusion | 2023-05-29
  • Name-That-Hash

    🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 300+ other hashes ☄ Comes with a neat web app 🔥

  • hashtopolis

    Hashtopolis - distributed password cracking with Hashcat

  • Sooty

    The SOC Analysts all-in-one CLI tool to automate and speed up workflow.

  • sparsepp

    A fast, memory efficient hash map for C++

  • Search-That-Hash

    🔎Searches Hash APIs to crack your hash quickly🔎 If hash is not found, automatically pipes into HashCat⚡

  • CaptfEncoder

    Captfencoder is opensource a rapid cross platform network security tool suite, providing network security related code conversion, classical cryptography, cryptography, asymmetric encryption, miscellaneous tools, and aggregating all kinds of online tools.

  • stdlib

    Fortran Standard Library (by fortran-lang)

    Project mention: SciPy: Interested in adopting PRIMA, but little appetite for more Fortran code | news.ycombinator.com | 2023-05-18

    Hopefully, the SciPy community can stay open-minded about modern Fortran libraries.

    Modern Fortran is quite different from Fortran 77, while being as powerful, if not more.

    In addition, there has been a significant community effort on improving and modernising the legacy packages, the ecosystem, and the language itself.

    With projects like LFortran (https://lfortran.org/), fpm (https://github.com/fortran-lang/fpm), and stdlib (https://github.com/fortran-lang/stdlib), I believe that Fortran will enjoy prosperity again.

  • node-rs

    Node.js bindings ❤️ Rust crates

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-13.

Hash related posts

Index

What are some of the best open-source Hash projects? This list will help you:

Project Stars
1 john 9,231
2 xxHash 8,431
3 hashids 5,180
4 swift-collections 3,509
5 Loki 3,213
6 Hashie 2,960
7 collisions 2,906
8 OpenHashTab 2,836
9 signature-base 2,320
10 parallel-hashmap 2,304
11 Image Hash 1,951
12 deepdiff 1,888
13 meow_hash 1,666
14 hashes 1,662
15 Hash-Buster 1,647
16 Name-That-Hash 1,407
17 hashtopolis 1,343
18 Sooty 1,280
19 sparsepp 1,227
20 Search-That-Hash 1,201
21 CaptfEncoder 1,131
22 stdlib 971
23 node-rs 967
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com