All Projects → Nhoya → Gensum

Nhoya / Gensum

Licence: gpl-3.0
Powerful checksum generator!

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Gensum

Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (+1291.67%)
Mutual labels:  md5, checksum, sha1, sha256
Checksum
Checksum calculation extensions for Swift
Stars: ✭ 28 (+133.33%)
Mutual labels:  checksum, md5, sha1, sha256
Openhashtab
📝 File hashing and checking shell extension
Stars: ✭ 599 (+4891.67%)
Mutual labels:  md5, checksum, sha1, sha256
hash-checker
Fast and simple application that allows you to generate and compare hashes from files and text
Stars: ✭ 72 (+500%)
Mutual labels:  md5, sha1, sha256
Hash Library
Portable C++ hashing library
Stars: ✭ 109 (+808.33%)
Mutual labels:  md5, sha1, sha256
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+1750%)
Mutual labels:  md5, sha1, sha256
Digestif
Simple hash algorithms in OCaml
Stars: ✭ 69 (+475%)
Mutual labels:  md5, sha1, sha256
hediye
Hash Generator & Cracker
Stars: ✭ 40 (+233.33%)
Mutual labels:  md5, sha1, sha256
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (+925%)
Mutual labels:  md5, sha1, sha256
hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
Stars: ✭ 382 (+3083.33%)
Mutual labels:  md5, sha1, sha256
Wjcryptlib
Public Domain C Library of Cryptographic functions. Including: MD5, SHA1, SHA256, SHA512, RC4, AES, AES-CTR, AES-OFB, AES-CBC
Stars: ✭ 250 (+1983.33%)
Mutual labels:  md5, sha1, sha256
Hashcobra
HashCobra Hash Cracking tool.
Stars: ✭ 96 (+700%)
Mutual labels:  md5, sha1, sha256
Blooddy crypto
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.
Stars: ✭ 83 (+591.67%)
Mutual labels:  md5, sha1, sha256
Hashrat
Hashing tool supporting md5,sha1,sha256,sha512,whirlpool,jh and hmac versions of these. Includes recursive file hashing and other features.
Stars: ✭ 46 (+283.33%)
Mutual labels:  md5, sha1, sha256
Pure lua sha
SHA1, SHA2 and SHA3 functions written in pure Lua and optimized for speed
Stars: ✭ 78 (+550%)
Mutual labels:  md5, sha1, sha256
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (+308.33%)
Mutual labels:  md5, sha1, sha256
Hash Buster
Crack hashes in seconds.
Stars: ✭ 981 (+8075%)
Mutual labels:  md5, sha1, sha256
Crypto Es
A cryptography algorithms library
Stars: ✭ 65 (+441.67%)
Mutual labels:  md5, sha1, sha256
Rufus
The Reliable USB Formatting Utility
Stars: ✭ 16,917 (+140875%)
Mutual labels:  md5, sha1, sha256
crypto.js
base on crypto module
Stars: ✭ 13 (+8.33%)
Mutual labels:  md5, sha1, sha256

gensum

Powerful checksum generation helper!

Gensum is a bash script created with the intent to speed up the work of any forensic Analyst. It recursively generates checksums starting from archives (and its contents), folders, files and even strings, and these hashes can be saved inside a file with the following format

hash filename

Additional dependencies: unar

Usage

Copyright(C) 2015 sten_gun, Nhoya  

Usage: gensum.sh [options] file(s)

Available Options:
	-m                        		Uses MD5 checksum
	-s [1| 224| 256| 384| 512 |all]	Uses SHA1|SHA224|SHA256|SHA384|SHA512 or all.
	-c <file>                 		Specifies a file for checksum check.
	-k                        		Uses CRC checksum.
	-d <directory>            		Calculate checksum for files inside a directory.
	-H                        		Includes hidden dofiles when descending directories.                        
	-x                        		Extract archives if using -d.
	-z <archive>              		Calculate checksum for an archive and its contents.
	-t <string>               		Calculate checksum for strings instead of files.
	-o <outfile>              		Writes output to outfile."
	-v                        		Display script version
	-h                        		Display this page
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].