Skip to content

quickhash is a hashing tool written in rust. It is intended to calculate and verify checksums of files from the command line.

License

Notifications You must be signed in to change notification settings

PhoenixFlame101/quickhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickhash


quickhash is a cross-platform, open-source file hashing tool written in Rust. It is intended to calculate and verify checksums of files from the command line.

quickhash can calculate file hashes using the following cryptographic hash algorithms:

  • SHA-256
  • MD5
  • SHA-1

Building

You can build and run the program using the command

cargo run

To check the hash of a file, enter the file path of the file you want the checksum of:

cargo run NOTICE
The SHA-256 checksum for the file is: 675f53984423528d38403157e90b8b9df112f79a9249c22f49a889744eec4b23

Note: You need to have Rust installed to run this command.

This project is maintained by Abhinav Chennubhotla.

About

quickhash is a hashing tool written in rust. It is intended to calculate and verify checksums of files from the command line.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages