Skip to content

it calculates various hashes e.g. MD5 for a file.

Notifications You must be signed in to change notification settings

jaffa4/hashfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Usage

my $h = Hash::File.new;<br>
my $hash =  $h.get-hash: $?FILE,"MD5";
say $hash;

E.g. ba65f12a64ad7979d1add21807f6830a1edbfbdc

It uses a Windows utility to calculate hashes on Windows and openssl on Linux.
Supported hashes:MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512.
So it works on Windows/Linux only.

About

it calculates various hashes e.g. MD5 for a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages