Skip to content

Simple utility to calculate single MD5 hash for multiple files.

License

Notifications You must be signed in to change notification settings

julochrobak/checksums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

checksums

Simple utility to calculate single MD5 hash for multiple files. Inspired by http://javarevisited.blogspot.ch/2013/06/how-to-generate-md5-checksum-for-files.html

  1. compile
> cd src
> javac Checksums.java
  1. run
> # in the src directory
> java Checksum PATH_TO_FILE_1 PATH_TO_FILE_2 ... PATH_TO_FILE_N
  1. example
> echo text1 > file1.txt
> echo text2 > file2.txt
> java Checksums file1.txt file2.txt
364ab90c84e5b824ba3f7ebb760e0047

About

Simple utility to calculate single MD5 hash for multiple files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages