md4
There are 40 repositories under md4 topic.
RustCrypto/hashes
Collection of cryptographic hash functions written in pure Rust
sepehrdaddev/hashcobra
HashCobra Hash Cracking tool.
imkcat/CatCrypto
An easy way for hashing and encryption.
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)等实现。
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.
HK-Hacker/HKhash
اداة باللغة العربية لفك تشفير اكثر من ١٥ نوع من التشفيرات
Metaphorme/ezcheck
An easy-to-use, lightweight, cross-platform, and high-performance tool for calculating, comparing, and verifying hash of strings and files.
deatil/go-hash
go 常用摘要 Hash 算法库 / go hash functions (MD2/MD4/MD5/Hmac/Ripemd160/SHA1/SHA3/SHA256/SM3/kupyna/XXHash/SipHash/Blake3)
0xblackbird/cth
Ultra fast hashcracking tool written in Python3
cjavad/hashit
Hashing application
cosmos-stack/cosmos-security
A Security Component. Provides a series of security tools, including Hashing functions and Encryption/Decryption functions.
cipherboy/hash_framework
Framework for studying cryptographic hash functions using SAT.
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
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.
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.
vishnumaiea/Durvasav-BfPC
Durvasav is a bruteforce password cracker (BfPC) written in C.
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:
bstnbuck/V-crypto
Current status of V's crypto library and implementation of additional algorithms
okomeki/SoftLibCrypto
Javaのハッシュ、暗号系
CybeSecurityOficial/HashGenerator
Gerador de hash MD5 e MD4 feito em Python
darioShar/pytorch-md4
Pytorch Implementation of MD4: Simplified and Generalized Masked Diffusion for Discrete Data
deatil/zig-md4
A MD4 hash function library for Zig
nth-eye/shoc
C++ header-only library with different cryptographic algorithms in purely portable software
stamp711/md4rip
A tool for creating MD4 collision.
andreas-kupries/ankh
Mirror of ankh @ core.tcl.tk/akupries -- Lots of crypto hashes
AntonKueltz/md4-collider
Generate arbitrary MD4 collisions
Buerstenmacher/rom_hash
c++ implementation of some common hash functions
DaddyBigFish/fishcrack
𝗳𝗶𝘀𝗵𝗰𝗿𝗮𝗰𝗸 the hash cracker written in Rust.
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).
jthinking/hashes-node
Hashes utils for node.js based on RustCrypto and napi-rs.
KOUISAmine/md4-generator
Generate an MD4 hash for any string input.
TheLazyTomcat/lib.MD4
Library for calculation of MD4 hash.
Infinoid/md4.nim
dumb MD4 digest calculation
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.