Merkletreejs🌱 Construct Merkle Trees and verify proofs in JavaScript.
LibdictC library of key-value data structures.
DamiengkitUseful utility classes and helpers from DamienG.com
ClhashC library implementing the ridiculously fast CLHash hashing function
UtilA collection of useful utility functions
HashnetCode release for "HashNet: Deep Learning to Hash by Continuation" (ICCV 2017)
InterviewbitCollection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
CyberchefThe Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
DagonAdvanced Hash Manipulation
Auth AdtAuthenticated Data Structures Generically
SketchySketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)
Hash EmbeddingsPyTorch implementation of Hash Embeddings (NIPS 2017). Submission to the NIPS Implementation Challenge.
Password4jPassword4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
MinperfA Minimal Perfect Hash Function Library
EasycryptAndroid cryptography library with SecureRandom patches.
Dsh tensorflowimplemement of DEEP SUPERVISED HASHING FOR FAST IMAGE RETRIEVAL_CVPR2016
EternalA C++14 compile-time/constexpr map and hash map with minimal binary footprint
WebcryptoW3C Web Cryptography API for Node.js
MementoFairly basic redis-like hashmap implementation on top of a epoll TCP server.
Md5 SimdAccelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.
SsriStandard Subresource Integrity library for Node.js
Lazysodium AndroidAn Android implementation of the Libsodium cryptography library. For the lazy dev.
Blake2fastOptimized BLAKE2 hashing implementations in C#
ThmapConcurrent trie-hash map library
Wyhash Rswyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
Node Argon2Node.js bindings for Argon2 hashing algorithm
Deep MihashCode for papers "Hashing with Mutual Information" (TPAMI 2019) and "Hashing with Binary Matrix Pursuit" (ECCV 2018)
Java Competitive ProgrammingI have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
SirixSirixDB is a temporal, evolutionary database system, which uses an accumulate only approach. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach called sliding snapshot.
Lazy importerlibrary for importing functions from dlls in a hidden, reverse engineer unfriendly way
Name That Hash🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 3000+ other hashes ☄ Comes with a neat web app 🔥
Crypto HashTiny hashing module that uses the native crypto API in Node.js and the browser
Upash🔒Unified API for password hashing algorithms
C Sharp Algorithms📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
DeephashAn Open-Source Package for Deep Learning to Hash (DeepHash)
T1haOne of the fastest hash functions
AhashaHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
HashCompareCompare various different Hashing Algorithms
easy-scryptThis is a nice and simple wrapper in Go over the scrypt password based key derivation algorithm.