sha-1
There are 89 repositories under sha-1 topic.
Caligatio/jsSHA
A JavaScript/TypeScript implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC.
GeopJr/Collision
Check hashes for your files - A GUI tool to generate, compare and verify MD5, SHA-1, SHA-256, SHA-512, Blake3, CRC32 & Adler32 hashes.
cisagov/ioc-scanner
Search a filesystem for indicators of compromise (IoC).
danakt/uuid-by-string
Generates the RFC-4122 Name-Based UUID
emoacht/HashPad
A simple tool to compute and compare hash value including from Explorer's context menu
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.
Drazail/react-native-hash
native hashing for react-native
OSTEsayed/OSTE-MalStatWare
MalStatWare automates malware analysis with Python. Extract key details like file size, type, hash, path, and digital signature. It analyzes headers, APIs, and strings, giving quick insights for threat detection.
vsklad/cgen
CGen is a tool for encoding SHA-1 and SHA-256 hash functions into CNF in DIMACS format, also into ANF polynominal system in PolyBoRi output format.
mpaland/mipher
Mobile Cipher library written in clean TypeScript
HK-Hacker/HKhash
اداة باللغة العربية لفك تشفير اكثر من ١٥ نوع من التشفيرات
zhouchuanrui/Cryptography-in-Systemverilog
A collection of cryptographic algorthms implemented in SystemVerilog
LalanaChami/Java-Chat-Application-Socket-Java-Swing-GUI-
👩❤️💋👨🧑🏻💻Socket based chat application with a chat client and a chat server. With swing GUI and message encryption
giovanni-iannaccone/FlutCrack
Flutter app to crack hashes 🎯
linkgod/SHA-1
This is a SHA-1 hash generator by JavaScript.
no2chem/bigint-hash
💪🔢🔒 bigint-hash: Hashing for TC39 BigInt Proposal
kawanet/sha1-uint8array
Fast SHA-1 digest hash based on Uint8Array, pure JavaScript.
nextco/sha1-bruteforce
Simple SHA1 bruteforce on python
singun-lxd/CalcHash
Hash checksum calculating tool for windows
waldner/baSHA123
SHA1/2/3 implementation in pure bash
drilonaliu/Cryptography
A cryptography package with simplifed versions of AES and SHA-1, RSA, HMAC; featuring attacks, block ciphers and digital signature schemes.
leplusorg/docker-hash
Docker container with utilities to compute hashes (CRC32, MD5, SHA-1, SHA-256, SHA-512, Argon2...).
magnetikonline/identix
Python utility which will recursively scan one or more given directories for duplicate files.
neeraj1397/A-Novel-Approach-To-Secure-IPv6-SLAAC-And-DAD
Developed an alternative approach to SeND protocol for securing IPv6 SLAAC and DAD. The repo contains the code for address generation at sender side and the DAD process at both sender and receiver.
taneroksuz/sha
Hardware and Software Implementation of SHA Algorithm
Epodonios/hash-unhash-file
Hash to text or text to Hash
stacksjs/ts-security
🔐 Modern cryptography primitives & utilities with a focus on type safety, security, performance & best practices.
tionlab/Haxly
Handy tool to compute/analyze hashes of files. 간편하게 파일의 해시를 계산/분석.
hurricanemark/SHA-1-Password-Cracker
Information Security -- How to hack a password. One particular use case for hashing is for user authentication. Given an original object (password, file, image, etc), the content is hashed into SHA1, or MD5, and stored in database. So, even the application could not revert a given hashed object to its original content. To authenticate, the user will supply an original object {password, file, image, etc}. the same hash routine is applied to produce a hashed object. This hashed object is compared with one stored in the database looking for a match.
lyczak/Dehasher
🔓 Bruteforcing the SHA-1 hashing algorithm.
MASTAR-LAST/Hash-Tools
some of Hashing scripts and tools
neroist/text-encode-and-decoder
Encode and decode text application
TheLazyTomcat/lib.SHA1
Library for calculation of SHA1 hash.
Xelvaris/Cryptography
Implementations of some well known ciphers and algorithms in C# and Java
DaddyBigFish/fishcrack
𝗳𝗶𝘀𝗵𝗰𝗿𝗮𝗰𝗸 the hash cracker written in Rust.
danielost/sha-1
SHA-1 (Secure Hash Algorithm 1) implementation.