Showing 744 open source projects for "hash"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 1
    dirsynch

    dirsynch

    Directory synchronization tool

    ...It helps you to discover the status of each file in both directories: if it's only in one of them, if it's newer in one than in the other, or if they are simply equal. It also support file content comparison using a hash function, although it's very time consuming. After letting you to choose which files do you want to synchronize, it performs the right operations to make both directories equal (or not, if you want it different). The program can create a backup of the files before overwriting them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    mustache.js

    mustache.js

    Minimal templating with {{mustaches}} in JavaScript

    ...Mustache is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object. We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of values. Tags are indicated by the double mustaches. {{person}} is a tag, as is {{#person}}. In both examples, we'd refer to person as the key or tag key. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Macbuntu BIGSur 2021

    Macbuntu BIGSur 2021

    Macbuntu BIGSur 2021.6 x64 bit Kernel 5.11.18 on xubuntu lts 21.04

    New features: Mozilla Firefox, Anydesk remote control, Vlc player, Pinta, Gimp Photoshop, Windows font pack, Grubcostomizer, macOSX BIGSur Wallpaper icon,theme and cursor packs,ULauncher ctrl+space search, Guake terminal F12, Neofetch macOSX, Bleachbit system cleaner, Plankdock with whitedark-whitelight theme. About? WhiteSUR theme icon packs, macosx mouse cursor, original hd wallpapers added. The XFCE Desktop interface provides a comfortable and fast use for any computer. Login,...
    Downloads: 35 This Week
    Last Update:
    See Project
  • 4
    JekyllData

    JekyllData

    A plugin to read '_config.yml' and data files within Jekyll theme gems

    Introducing a plugin that reads data files within jekyll theme-gems and adds the resulting hash to the site's internal data hash. If a _config.yml is present at the root of the theme-gem, it will be evaluated and the extracted hash data will be incorporated into the site's existing config hash. As long as the plugin-gem has been installed properly, and is included in the Gemfile's :jekyll_plugins group, data files supported by Jekyll and present in the _data directory at the root of your theme-gem will be read. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 5

    Keycloak Password Hash inToken

    Custom mapper to claim user password hash in keycloak token

    I did not find an official way to claim user password hash from Keycloak therefore I made this protocol mapper to achieve what I need. Share it here, hope it can save someone else's time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Free Hash Checker

    Free Hash Checker

    A simple and elegant open-source hash checker software.

    Downloads: 24 This Week
    Last Update:
    See Project
  • 7
    dryrun

    dryrun

    Try the demo project of any Android Library

    ...Try any android library hosted online directly from the command line. Specify any custom branch to run. Specify any flavour to run. Specify any app module to run. Checkout tag/commit hash to clone (e.g. "v0.4.5", "6f7dd4b").
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    StructPie

    StructPie

    A set of C libraries to implement data structures and algorithms

    Struct-Pie (Structures Pie) is a set of C shared libraries to implement data structures and algorithms so that they can be used/integrated easily into C projects. LIFO & FIFO Stack, Binary Search Tree, Priority Queue and a Hash Table are implemented and included in this package. Future releases will have many other data structures. The hash table in this package uses separate chaining to avoid collision. In the "hash_table" directory, the hash table implementation uses linked lists. While in "HashBSTree" directory, a hash table with a binary tree in each index is implemented for faster lookup in large data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Whirlpool File Checker
    ...With that, you can rename, copy or move your files (to another NTFS volume) without losing the hashes, and without needing to do anything else. The Whirlpool algorithm is a strong 512-bit hash function. This tool uses several optimized implementations with SSE4.1 or SSE2 instructions when available. Each folder is recursively processed. You can use drag-and-drop, mix files and folders, pause and resume. 64-bit: https://sourceforge.net/projects/whirlpoolfilech/files/0.5/WFileCheck64.exe 32-bit: https://sourceforge.net/projects/whirlpoolfilech/files/0.5/WFileCheck32.exe At first use, please let the integrated benchark determine the fastest procedure for your hardware. ...
    Leader badge
    Downloads: 110 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    pg_pathman

    pg_pathman

    Partitioning tool for PostgreSQL

    pg_pathman is a PostgreSQL extension that provides high-performance partitioning support, developed by PostgresPro. It improves query planning and execution speed for partitioned tables by introducing advanced partition pruning and runtime optimization strategies. It’s ideal for large datasets that require fine-tuned partition control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    ... - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    RHash for Windows

    RHash for Windows

    RHash (Recursive Hasher) v1.4.0 for Windows 32-bits

    RHash (Recursive Hasher) is a console utility for calculation and verification of magnet links and various message digests, including CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool. Message digests are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring. by Aleksey Kravchenko.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Marionette.js

    Marionette.js

    The backbone framework

    ...Have a massive collection? Want to add or remove an item? No worries! Learn to love the details. We've added tons of features from templateHelpers, to a declarative UI hash, that will keep you from ever wanting to go back. Share complex UI interactions across views. Behaviors are like mixins, without all of the pain associated with property collision. Decoupled communication between your application components with a powerful messaging system. Write classes with the same API as your views. Marionette Objects support features like extend, events, initialize, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GNU libdbh. As of April 9, 2014, DBH is a GNU program and is renamed to "GNU libdbh". Library to create and manage 64-bit disk based hash tables Associations are made between keys and values so that for a given a key the value can be found and loaded into memory quickly: 64 bit support
    Downloads: 20 This Week
    Last Update:
    See Project
  • 15
    Tiny Watcher

    Tiny Watcher

    Monitors system changes on a Windows machine

    Tiny Watcher takes a snapshot of important parts of your Windows system: running processes, files, registry, scheduled tasks. Afterwards, it tracks changes - every time you log in, or whenever you run it. When a change is detected, you are notified.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    HashCLI

    HashCLI

    Open Source Commandline Recursive Hasher written in AutoIt3

    Hash Digest Tool - ALBANESE Lab © 2018-2020 Algorithms: MD2, MD4, MD5, SHA1, SHA-256, SHA-384, SHA-512 Copyright © 2018-2020 Pedro Albanese Source: https://github.com/pedroalbanese/hashcli Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    redis-migration

    redis-migration

    Redis migrator is a golang based tool to migrate the database keys.

    Redis Migrator is a Go-based tool for migrating database keys from one Redis cluster to another. This tool can be used to migrate different types of Redis keys from one Redis setup to another.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SSDB

    SSDB

    A fast NoSQL database, an alternative to Redis

    SSDB is a high performace key-value(key-string, key-zset, key-hashmap) NoSQL database, an alternative to Redis. SSDB is stable, production-ready and is widely used by many Internet companies including QIHU 360. LevelDB client-server support, written in C/C++. Designed to store collection data. Persistent key-value, key-zset, key-map('hashmap'), key-list storage. Redis clients are supported. Client API supports including C++, PHP, Python, Cpy, Java, nodejs, Ruby, Go(see all). Persistent queue...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    gostsum for Windows

    gostsum for Windows

    OpenSSL utility to compute GOST/Streebog hashes

    This package contain utilities to compute GOST hashsums: gostsum - computes GOST R 34.11-94 hash. gost12sum - computes GOST R 34.11-2012 hash. Written by Cryptocom LTD. See also: https://sourceforge.net/projects/openssl-for-windows/ Visit: http://albanese.atwebpages.com
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    HOFAT - Hash Of File And Text

    HOFAT - Hash Of File And Text

    HOFAT - graphical Hash Of File And Text calculator, 100%-pure Java

    HOFAT - graphical Hash Of File And Text calculator utility (Message Digest), 100%-pure Java, portable and cross-platform. Support md2, md5, sha1, sha256, sha384 and sha512 hashes. Simple and intuitive GUI - Graphical User Interface. Developed with Java Spring Framework. Tested in Windows/Linux. Need Jre-1.8 - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    xxhsum for Windows

    xxhsum for Windows

    xxhsum 0.8.0 - print or check xxHash non-cryptographic checksums

    ...xxhsum supports a command line syntax similar but not identical to md5sum(1). Differences are: xxhsum doesn´t have text/binary mode switch (-b, -t); xxhsum always treats files as binary files; xxhsum has a hash bit width switch (-H); As xxHash is a fast non-cryptographic checksum algorithm, xxhsum should not be used for security related purposes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Ants-Review

    Ants-Review

    A Protocol for Open Anonymous Scientific Peer-Reviews on Ethereum

    The Project implements a Bounty-like protocol called Ants-Review to allow issuers to issue an AntReview, a bounty for peer-review in scientific publication, linked to requirements stored on ipfs which peer-reviewers can fill by submitting the ipfs hash which contains evidence of their fulfillment. After the submission of successful peer-reviews, they will be approved by an approver and payed in ANTS. AntReview Issuers are addresses, added by the owner of the contract, that can issue an AntReview via the function issueAntReview(). AntReview Approvers are addresses added by Issuers when they issue an AntReview or with the function addApprover().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Hackingtool

    Hackingtool

    ALL IN ONE Hacking Tool For Hackers

    ...It bundles many utilities (port scanners, payload injectors, web attack tools, phishing tools, wireless attack tools, reverse engineering, etc.) into a menu interface. Includes many individual tools, often wrappers or aggregations of existing well-known tools (e.g. port scanners, web attack tools, steganography, hash cracking etc.). A menu interface offering categories: reconnaissance, payload creation, wireless attacks, reverse engineering, exploit frameworks, etc. Users can pick which tool to run. It is intended more for “ethical / lab / educational” hacking contexts rather than production or stealth scenarios. It depends a lot on external tools, grants, and root privileges in many cases.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    sha3sum for Windows

    sha3sum for Windows

    SHA-3 cryptographic hash function for Windows 32-bits

    Hash mode interface to the Keccak code package. This program illustrates the use of the Keccak permutation. THE SOLE PURPOSE OF THIS PROGRAM IS THE DEMONSTRATION AND TESTING OF THE KECCAK PERMUTATION. Copyright (c) 2012-2013 McDevitt Heavy Industries, Ltd. (MHI) All Rights Reserved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    hashcat GUI Toolkit
    A Windows GUI program that helps to set various parameters of hashcat. The following programs are not included, and should be provided by user. - hashcat (v6.1.1 was used and tested for this project) - CAP, HCCAPX file converter. Free as it is, I have no obligation to update, upgrade or debug it on demand.
    Downloads: 0 This Week
    Last Update:
    See Project