All Projects → Horkyze → CudaSHA256

Horkyze / CudaSHA256

Licence: other
Simple tool to calculate sha256 on GPU using Cuda

Programming Languages

Cuda
1817 projects

Projects that are alternatives of or similar to CudaSHA256

BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (+28.95%)
Mutual labels:  hash, sha256
noble-hashes
Audited & minimal JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2 & Scrypt
Stars: ✭ 213 (+460.53%)
Mutual labels:  hash, sha256
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+484.21%)
Mutual labels:  hash, sha256
Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (+339.47%)
Mutual labels:  hash, sha256
simple-sha256
Generate SHA-256 hashes (in Node and the Browser)
Stars: ✭ 42 (+10.53%)
Mutual labels:  hash, sha256
Nsec
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
Stars: ✭ 217 (+471.05%)
Mutual labels:  hash, sha256
WebCrypto.swift
A small collection of cryptographic functions based on the JavaScript WebCrypto API.
Stars: ✭ 16 (-57.89%)
Mutual labels:  hash, sha256
Digestif
Simple hash algorithms in OCaml
Stars: ✭ 69 (+81.58%)
Mutual labels:  hash, sha256
go-checksum
Simple tool to calc Golang module checksum of go.mod and module dir.
Stars: ✭ 45 (+18.42%)
Mutual labels:  hash, sha256
rust-hmac-sha256
A small, self-contained SHA256 and HMAC-SHA256 implementation.
Stars: ✭ 24 (-36.84%)
Mutual labels:  hash, sha256
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (+223.68%)
Mutual labels:  hash, sha256
jscrypto
Crypto library for Node/ES6/Typescript/Browser.
Stars: ✭ 20 (-47.37%)
Mutual labels:  hash, sha256
Digestpp
C++11 header-only message digest library
Stars: ✭ 116 (+205.26%)
Mutual labels:  hash, sha256
Bitcracker
BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
Stars: ✭ 463 (+1118.42%)
Mutual labels:  cuda, hash
Hashcobra
HashCobra Hash Cracking tool.
Stars: ✭ 96 (+152.63%)
Mutual labels:  hash, sha256
SHA256
A C++ SHA256 implementation.
Stars: ✭ 79 (+107.89%)
Mutual labels:  hash, sha256
Openhashtab
📝 File hashing and checking shell extension
Stars: ✭ 599 (+1476.32%)
Mutual labels:  hash, sha256
Hash Buster
Crack hashes in seconds.
Stars: ✭ 981 (+2481.58%)
Mutual labels:  hash, sha256
hash-checker
Fast and simple application that allows you to generate and compare hashes from files and text
Stars: ✭ 72 (+89.47%)
Mutual labels:  hash, sha256
hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
Stars: ✭ 382 (+905.26%)
Mutual labels:  hash, sha256

CudaSHA256

Simple tool to calculate sha256 on GPU using Cuda

Built

nvcc main.cu

Run

./a.out <some test file> <another test file> ...
or
nvprof ./a.out <some test file> <another test file> ...
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].