Topic: "hashing-library"
willard-yuan/hashing-baseline-for-image-retrieval
:octocat:Various hashing methods for image retrieval and serves as the baselines
Language: MATLAB - Size: 275 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 624 - Forks: 255

SkeLLLa/node-object-hash
Node.js object hash library with properties/arrays sorting to provide constant hashes. It also provides a method that returns sorted object strings that can be used for object comparison without hashes.
Language: TypeScript - Size: 841 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 87 - Forks: 20

TommasoBelluzzo/FastHashes
A .NET implementation of several non-cryptographic hashes.
Language: C# - Size: 927 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 67 - Forks: 11

escherba/python-cityhash
Python bindings for FarmHash and CityHash
Language: C++ - Size: 858 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 39 - Forks: 28

escherba/python-metrohash
Python bindings for MetroHash
Language: C++ - Size: 320 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 19 - Forks: 8

PascalVault/Lazarus_Hashing
Checksum & Hashing library for Lazarus
Language: Pascal - Size: 271 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 5

shift-reality/php-crypto
A Pure PHP (without any external PHP-extension) Implementation of BLAKE-256, GROESTL-256, JH-256, SKEIN-256 cryptography algorithms.
Language: PHP - Size: 163 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 12 - Forks: 6

levitation-opensource/murmurhash-js
An optimized JavaScript implementation of the MurmurHash3 algorithm.
Language: JavaScript - Size: 18.6 KB - Last synced at: 2 days ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 0

frobware/c-hacks
C Hacks.
Language: C - Size: 52.7 KB - Last synced at: 13 days ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 1

bbx10/Hash_tng
ESP8266/ESP32 Hash library
Language: C - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 0

metamorphic-spyware/EnroCrypt
Swiss Army Knife for cryptographic work
Language: Python - Size: 81.1 KB - Last synced at: 25 days ago - Pushed at: 10 months ago - Stars: 3 - Forks: 3

skaunov/hash_to_curve
Noir lib for hashing to bigger curves
Language: Roff - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

dice-group/dice-hash
Language: C++ - Size: 2.58 MB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

gangelo/mad_flatter
mad_flatter is a Ruby gem that takes a Ruby Hash and flattens the Hash keys to create a new Hash with unique Hash keys; that is, embedded Hashes use their respective keys as namespaces to create unique keys across the entire Hash. A `:namespace` option may be applied to append to all Hash keys, to ensure that all Hash keys are unique across multiple Hashes with the same structure.
Language: Ruby - Size: 47.9 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

mjp0/cryptodoneright ๐ฆ
๐ Javascript Convenience Library For Crypto Best Practices
Language: TypeScript - Size: 395 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

joanmontas/Secure-Hashing-Algorithms
Implementation of Hashing Algorithmns
Language: C - Size: 34.2 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

sectool/Python-Text-Encoding-Software
Python - Text Encoding Software
Language: Python - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

sanket2994/hashing-cuckoo-iptuple
Language: C - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

Richat04/Library-Digitization
A Python-based system for digitizing IIT Delhiโs library, hashing book data for efficient search and retrieval.
Language: Python - Size: 188 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

cgshep/pymsh
The Python multi-set hashing library
Language: Python - Size: 170 KB - Last synced at: 23 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

nasriyasoftware/AuthCrypto
AuthCrypto is a versatile cryptographic toolkit for handling JSON Web Tokens (JWT), password hashing, and secure token generation and verification. It provides robust methods for creating and managing JWTs, hashing and verifying passwords with secure algorithms, and generating cryptographically strong random values for various use cases.
Language: TypeScript - Size: 105 KB - Last synced at: 20 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

helloimalemur/filesystem-hashing
Snapshots contain a HashMap of the files and their corresponding hash signature from a specified directory.
Language: Rust - Size: 85 KB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

Day-Hawk/security-helper
A simple library for easier hash and crypt management. I needed this for a university project.
Language: Java - Size: 96.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kurcontko/hash4plc
A collection of hashing functions for PLCs
Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

xCykrix/cryptocipher ๐ฆ
[Library] Simplified Node.js Encryption, Hashing, and HMAC. Featuring security & policy by design to ensure strong standards for development of your services.
Language: TypeScript - Size: 60.8 MB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

herrsmitty8128/sha256clib
A library of functions written in C to calculate and manipulate SHA-256 digests.
Language: C - Size: 8.42 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

kxnyshk/data-hashing.py
A .py application to hash secure user entered sensitive data or passwords using the SHA3-256 Crypto Algorithm, to make one's available online data secure & resistive against possible data breaches online.
Language: Python - Size: 10.2 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

omkarbhusnale/Hashing-And-Salting
Here I created python scripts to generate the encrypted hash.
Language: Python - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Karsenh/WebDevBootCamp
Angela Yu, of the London App Brewery's Web Development Bootcamp on Udemy.com
Language: JavaScript - Size: 4.05 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
