hashing-algorithm

There are 387 repositories under hashing-algorithm topic.

  • url-shortener

    Language:HTML3
  • golang-hash

    This Go package contains functions that produce non-cryptographic hashes.

    Language:Go5
  • blockchain-finance

    Secured Bank transactions using Block-chain technology

    Language:TypeScript5
  • serialization

    fast serialization from and to a byte array & more

    Language:C#5
  • elegant-pair

    An elegant pairing function which uniquely encodes two natural numbers into a single natural number

    Language:JavaScript5
  • neighbourhood-preserving-quantisation

    Neighbourhood Preserving Quantisation (NPQ) code

    Language:PostScript5
  • 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.

    Language:C#4
  • COL106-Data-structures-and-Algorithms

    Course Assignments of COL106:- Data Structures and Algorithms at IIT Delhi under Professor Subodh Sharma and Professor Rahul Garg

    Language:C++4
  • sponges

    Sponge functions for Kotlin Multiplatform

    Language:Kotlin4
  • hmac-bcrypt-laravel

    A Laravel implementation of the HMAC-Bcrypt algorithm

    Language:PHP4
  • hashing-password

    An API for hashing password in PostgreSQL with Golang

    Language:Go4
  • keycloak-sha1

    Add SHA1 support to Keycloak

    Language:Java4
  • algorithms-and-data-structures-study

    :hammer: A deep study about algorithms and data structures with help of Javascript

    Language:JavaScript4
  • Passwords_Leak_Analysis

    Will your password survive a hacker? These 10 million didn't - Let's learn what makes a strong password together.

    Language:Python4
  • md5

    md5 in asm

    Language:Assembly4
  • Hashing-Algorithm

    An algorithm for Hash Table Data Structure written in Python using Linear Probing for Collision resolution.

    Language:Python4
  • mrx

    A collection of high speed non-cryptographic hashing algorithms

    Language:C4
  • parhash

    golang library to compute hash digests in parallel

    Language:Go4
  • 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.

    Language:Go4
  • hash-generator

    Quickly generate key pair hex/hash values via a simple NodeJS command line tool.

    Language:JavaScript4
  • Audio-File-Hashing-for-TheAudioDB.com

    A proposed (and now accepted) file hashing algorithm designed for future use by TheAudioDB.com

    Language:Pascal4
  • zigma

    Zehl's Enigma Machine 2.0

    Language:C3
  • Gestalt

    A user-friendly cryptography library

    Language:C++3
  • 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.

    Language:JavaScript3
  • 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.

    Language:Go3
  • BruteHash

    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,

    Language:Python3
  • hopmap

    Yet another efficient hashmap implementation for Golang based on the hopscotch open addressing scheme.

    Language:Go3
  • File-Sharing-Site-MongoDb

    File Sharing Site With Node.js, MongoDB, and Express

    Language:EJS3
  • Blind75-Leetcode-Solutions-Python

    Solutions to the curated list of 75 technical INTERVIEW questions on Blind using Python

    Language:Python3
  • 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.

    Language:C++3
  • 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.

    Language:PowerShell3
  • hyper

    Hashing N-dimensional float vectors

    Language:Go3
  • web-totp

    A react pwa for generating and managing totp codes. Uses WebAssembly, so ensure that your browser isn't terribly old.

    Language:C3
  • EnroCrypt

    Swiss Army Knife for cryptographic work

    Language:Python3
  • Voice-Encryption

    Use Sockets and Encryption Algorithms for cryptography project

    Language:Jupyter Notebook3
  • LH-BloomFilter

    Less Hash Bloom Filter

    Language:Python3