hash-algorithms
There are 13 repositories under hash-algorithms topic.
JuliaCrypto/Nettle.jl
Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption
geniuszlyy/GenBruteHash
It is a very fast (100 times faster) and simple tool for sorting passwords by their hashes. It supports several hashing algorithms such as MD5, SHA1, SHA256, SHA512. The program can work with both individual hashes and files containing multiple hashes.
geniuszlyy/GenDeHasher
Optimized code for decrypting hashes. It works 100 times faster than others
ZehMatt/HashMaker
Evolutionary Algorithm to create hash algorithms.
printfn/extendhash
Rust Hash Extender (for MD5, SHA-1, SHA-256, SHA-512 and more)
Doubleoffline/Hash-Dad
Hash Dad is a simple command-line tool written in Python that can crack passwords by hashing them using various hashing algorithms and comparing the hashes against a given wordlist.
marcauberer/algorithm-collection
Collection for algorithms and summaries of function and properties
SadikSunbul/Blockchain_Algorithms_With_Go
Contains sample codes of algorithms and technologies used for blockchain in the go language
cycloss/dart-crypto-hash
A Dart implementation of SHA cryptographic hash functions
HackHunt/verify-hash
Verify Hash can be used to generate a hash of a file or can be used to verify the integrity of the file.
KyrylR/DistributedLab
Solutions to the exercises of the Distributed Lab
paulchen2713/SHA2
Secure Hash Algorithm 2 with SHA256 and SHA512