Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mmmans/md5sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md5sum

c++ implementation of md5sum algorithm, this version is slower than the md5sum command on linux, if anyone knows how to optimize,please give me our advice.

Usage

  • Linux
    1. run command in shell :g++ -std=c++11 md5.cpp -o md5
    2. get md5 digest of your file ./md5 your_file_path
  • Windows
    1. run command in cmd :g++ -std=c++11 md5.cpp -o md5.exe
    2. get md5 digest of your file md5.exe your_file_path

About

c++ implementation of md5sum algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages