md4

There are 40 repositories under md4 topic.

  • RustCrypto/hashes

    Collection of cryptographic hash functions written in pure Rust

    Language:Rust2.1k28195297
  • sepehrdaddev/hashcobra

    HashCobra Hash Cracking tool.

    Language:C++1229527
  • imkcat/CatCrypto

    An easy way for hashing and encryption.

    Language:C704913
  • stoneson/Vive.Crypto

    Vive.Crypto实现了C#、Java 和 JS 的SM3,SM4的相互加密解密;以及对各种常用的加密算法进行封装,有 Base64、对称加密(DES、3DES、AES、SM4)、非对称加密(RSA、SM2)、Hash(MD4、MD5、HMAC、HMAC-MD5、HMAC-SHA1、HMAC-SHA256、HMAC-SHA384、HMAC-SHA512、SHA、SHA1、SHA256、SHA384、SHA512、SM3)等实现。

    Language:HTML382113
  • HashPlusPlus

    D7EAD/HashPlusPlus

    A C++17 header-only library to easily retrieve hashes/HMACs from data, files, and files in nested directories through a simple interface.

    Language:C++32249
  • HK-Hacker/HKhash

    اداة باللغة العربية لفك تشفير اكثر من ١٥ نوع من التشفيرات

    Language:Python234111
  • Metaphorme/ezcheck

    An easy-to-use, lightweight, cross-platform, and high-performance tool for calculating, comparing, and verifying hash of strings and files.

    Language:Rust21131
  • deatil/go-hash

    go 常用摘要 Hash 算法库 / go hash functions (MD2/MD4/MD5/Hmac/Ripemd160/SHA1/SHA3/SHA256/SM3/kupyna/XXHash/SipHash/Blake3)

    Language:Go1832
  • 0xblackbird/cth

    Ultra fast hashcracking tool written in Python3

    Language:Python15315
  • cjavad/hashit

    Hashing application

    Language:Python13123
  • cosmos-stack/cosmos-security

    A Security Component. Provides a series of security tools, including Hashing functions and Encryption/Decryption functions.

    Language:C#11346
  • cipherboy/hash_framework

    Framework for studying cryptographic hash functions using SAT.

    Language:Python10502
  • GeneralZero/ChaCha-and-Salsa

    A simple, commented and readable python implementation of ChaCha, Salsa, Poly1305, MD2, MD4, MD5, SHA1, SHA2, SHA3, Blake, Blake2, DES, 3DES, and more

    Language:Python10103
  • AndreyRusyaev/acryptohashnet

    A pure managed C# implementation of well-known cryptographic hash functions such as SHA-family (SHA0, SHA1, SHA2, SHA3), MD-family (MD2, MD4, MD5), Keccak family, RIPEMD, Tiger, Haval, Snefru.

    Language:C#9210
  • Tomiwa-Ot/Password-Cracker

    A tool written in Python to crack MD4, MD5, SHA-1, SHA-256 or SHA-512 hashes using a defined character set.

    Language:Python9213
  • vishnumaiea/Durvasav-BfPC

    Durvasav is a bruteforce password cracker (BfPC) written in C.

    Language:C9204
  • Epodonios/hash-unhash-file

    Hash to text or text to Hash

  • binlab/crypto-tools

    Set of tools for some crypto- and data- conversions based on JavaScript :closed_lock_with_key:

    Language:JavaScript4101
  • bstnbuck/V-crypto

    Current status of V's crypto library and implementation of additional algorithms

    Language:V4200
  • okomeki/SoftLibCrypto

    Javaのハッシュ、暗号系

    Language:Java3110
  • CybeSecurityOficial/HashGenerator

    Gerador de hash MD5 e MD4 feito em Python

    Language:Python2300
  • darioShar/pytorch-md4

    Pytorch Implementation of MD4: Simplified and Generalized Masked Diffusion for Discrete Data

    Language:Python210
  • deatil/zig-md4

    A MD4 hash function library for Zig

    Language:Zig210
  • nth-eye/shoc

    C++ header-only library with different cryptographic algorithms in purely portable software

    Language:C++2100
  • stamp711/md4rip

    A tool for creating MD4 collision.

    Language:Rust2100
  • andreas-kupries/ankh

    Mirror of ankh @ core.tcl.tk/akupries -- Lots of crypto hashes

    Language:C1200
  • AntonKueltz/md4-collider

    Generate arbitrary MD4 collisions

    Language:C1202
  • Buerstenmacher/rom_hash

    c++ implementation of some common hash functions

    Language:C1000
  • DaddyBigFish/fishcrack

    𝗳𝗶𝘀𝗵𝗰𝗿𝗮𝗰𝗸 the hash cracker written in Rust.

    Language:Rust1100
  • hfmrow/hash-me

    Calculate the checksum using many methods for one or more files at a time. Save the results in a '.SUM' text file for each given file (gui & cli versions).

    Language:Go1100
  • jthinking/hashes-node

    Hashes utils for node.js based on RustCrypto and napi-rs.

    Language:JavaScript1202
  • KOUISAmine/md4-generator

    Generate an MD4 hash for any string input.

    Language:HTML110
  • TheLazyTomcat/lib.MD4

    Library for calculation of MD4 hash.

    Language:Pascal1102
  • Infinoid/md4.nim

    dumb MD4 digest calculation

    Language:Nim
  • timothyjxhn/MD4_Python

    A pure Python implementation of the MD4 cryptographic hash function, designed for educational and legacy compatibility purposes. This implementation is fully compliant with the original MD4 specification and includes test cases to validate correctness.

    Language:Python