Skip to content

FMFigueroa/sha256-cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA256 Cracker

This simple program will help us learn Rust's fundamentals:

  • How to use Command Line Interface (CLI) arguments
  • How to read files
  • How to use an external library
  • Basic error handling
  • Resources management

You can try to test it

cargo run -- wordlist.txt a591a6d40bf420404a011733cfb7b190d62c65bf0bcda32b57b277d9ad9f146e

You can generate a hash Sha-256 with this tool

Releases

No releases published

Packages

No packages published

Languages