hashing-algorithm
There are 387 repositories under hashing-algorithm topic.
golang-hash
This Go package contains functions that produce non-cryptographic hashes.
blockchain-finance
Secured Bank transactions using Block-chain technology
serialization
fast serialization from and to a byte array & more
elegant-pair
An elegant pairing function which uniquely encodes two natural numbers into a single natural number
neighbourhood-preserving-quantisation
Neighbourhood Preserving Quantisation (NPQ) code
Blink
Shortener is a high-performance, easy-to-use, and free URL shortening service built with .NET Core, MongoDB, Redis, and YARP Reverse Proxy. It allows users to create and manage short URLs, track click statistics, and integrate seamlessly with other applications through a RESTful API.
COL106-Data-structures-and-Algorithms
Course Assignments of COL106:- Data Structures and Algorithms at IIT Delhi under Professor Subodh Sharma and Professor Rahul Garg
sponges
Sponge functions for Kotlin Multiplatform
hmac-bcrypt-laravel
A Laravel implementation of the HMAC-Bcrypt algorithm
hashing-password
An API for hashing password in PostgreSQL with Golang
keycloak-sha1
Add SHA1 support to Keycloak
algorithms-and-data-structures-study
:hammer: A deep study about algorithms and data structures with help of Javascript
Passwords_Leak_Analysis
Will your password survive a hacker? These 10 million didn't - Let's learn what makes a strong password together.
md5
md5 in asm
Hashing-Algorithm
An algorithm for Hash Table Data Structure written in Python using Linear Probing for Collision resolution.
mrx
A collection of high speed non-cryptographic hashing algorithms
parhash
golang library to compute hash digests in parallel
simple-hash
simple hash functions in go: a simple hash function implementing Horner's rule and a universal hash function implementing the Carter-Wegman method.
hash-generator
Quickly generate key pair hex/hash values via a simple NodeJS command line tool.
Audio-File-Hashing-for-TheAudioDB.com
A proposed (and now accepted) file hashing algorithm designed for future use by TheAudioDB.com
zigma
Zehl's Enigma Machine 2.0
Gestalt
A user-friendly cryptography library
Cipher-Encryption-Decryption
Cipher Encryption/Decryption This project is a simple implementation of the cipher encryption and decryption algorithm using JavaScript, HTML, and CSS. The cipher is a substitution cipher that replaces each letter in the plaintext with a letter a certain number of positions down the alphabet.
Secure_Hash_Algorithm-SHA256
SHA-256 is a cryptographic hash function that generates a 256-bit (32-byte) hash value. It is widely used to ensure data integrity and security by creating a unique digital fingerprint for a given input, making it highly resistant to tampering or duplication.
BruteHash
BRUTE HASH is an hashes cracking tool ; >>> with the location of the wordlist, and the hashed value. The script generates a hash for each word in the list and compares it to the provided hash. If a match is found, it prints the plaintext value. This tool can be useful for security testing,
hopmap
Yet another efficient hashmap implementation for Golang based on the hopscotch open addressing scheme.
File-Sharing-Site-MongoDb
File Sharing Site With Node.js, MongoDB, and Express
Blind75-Leetcode-Solutions-Python
Solutions to the curated list of 75 technical INTERVIEW questions on Blind using Python
morelo
Morelo (MRL), a private, secure, and decentralized digital currency. With robust features like privacy, security, and untraceability, Morelo empowers users to control their funds securely.
File-Integrity-Monitor
Monitor created in PowerShell. It creates an Integrity baseline of target files/folders using the SHA-512 hashing algorithm. Continuously made comparison of actual files vs baseline, raised alerts if any deviations occurred. Sends alerts via notifications in PowerShell to allow further investigation of potential compromise.
hyper
Hashing N-dimensional float vectors
web-totp
A react pwa for generating and managing totp codes. Uses WebAssembly, so ensure that your browser isn't terribly old.
EnroCrypt
Swiss Army Knife for cryptographic work
Voice-Encryption
Use Sockets and Encryption Algorithms for cryptography project
LH-BloomFilter
Less Hash Bloom Filter