Found 1,360 repositories(showing 30)
namazso
📝 File hashing and checking shell extension
asaotomo
ZipCracker是Hx0战队出品的一款功能强大的Zip密码破解工具。它集成了字典攻击、掩码攻击、短明文 CRC32 枚举恢复、已知明文攻击等多种破解模式,并能自动修复伪加密文件。凭借其高性能与多功能的特点,ZipCracker已成为CTF比赛中的一把利器。(ZipCracker by Hx0 team is a tool for cracking passwords on Zip files, great for CTF competitions.)
stbrumme
Portable C++ hashing library
CRC32C implementation with support for CPU-specific acceleration instructions
theonlypwner
CRC32 tools: reverse, undo/rewind, and calculate hashes
SheetJS
:cyclone: JS standard CRC-32 and CRC32C implementation
komrad36
Fastest CRC32 for x86, Intel and AMD, + comprehensive derivation and discussion of various approaches
srijs
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust
CYRUS-STUDIO
安卓逆向相关文章中的示例代码(Sample code in Android reverse engineering articles)
Michaelangel007
CRC32 Demystified
mrhooray
Rust implementation of CRC(16, 32, 64) with support of various standards
resilar
Reversing CRC for fun and profit
force-net
Fast version of Crc32 algorithm for .NET
AabyssZG
Easy CRC32 Tools,so easy!!!
GeopJr
[MIRROR] Check hashes for your files - A GUI tool to generate, compare and verify MD5, SHA-1, SHA-256, SHA-512, Blake3, CRC32 & Adler32 hashes.
PHP CRC32 implementations (support all crc32 polynomials, and hardware acceleration)
stbrumme
Fast CRC32
gityf
crc16/crc32/crc64
Nycto
A small Scala library for easily generating hashes (md5, sha1, sha256, sha512, crc32, bcrypt, hmacs, pbkdf2)
anandsuresh
SSE4.2-based H/w-accelerated CRC32 calculator with software fallback
corsix
Fast CRC32 implementations
codingsince1985
Compute message digest for large files in Go
bigluck
Hash calculator with MD5, SHA1, Base64, htpasswd, whirlpool and crc32 support!
brianloveswords
A pure javascript CRC32 algorithm that plays nice with binary data
blooddy
ActionScript (AS3) library for processing binary data. This library contains MD5, SHA-1, SHA-2 ( SHA-224 и SHA-256 ), Base64, CRC32 algorithms, JSON encoder & decoder as well as PNG and JPEG encoders.
postmodern
A Cyclic Redundancy Check (CRC) library for Ruby.
htot
Fastest crc32c algorithms for i686 and x86_64 including benchmarks
bakercp
An Arduino library for calculating a CRC32 checksum.
klauspost
CRC32 hash with x64 optimizations
awesomized
World's fastest generic CRC calculator for all known CRC-16, CRC-32, and CRC-64 variants, as well as bring-your-own custom parameters, using SIMD intrinsics, which can exceed 100GiB/s on modern systems. Supplies a C/C++ compatible library for use with languages other than Rust.