NAME
hasher
VERSION
version 1.0.1
SYNOPSIS
hasher file_name1 [file_name2...]
Script renames every specified file. New file name is the hash of file content plus lower cased extension.
$ hasher a 123/*
./{ a -> 2jmj7l5rSw0yVb_vlWAYkK_YBwk }
123/{ file.TXT -> q4PtNF0fwY8TtGr4WDWoLCSdRdU.txt }
123/{ photo.JPG -> H2U3hP1EbpKnjO1GuYiHSfOmGvU.jpg }
SOURCE CODE
The source code for this module is hosted on GitHub https://github.com/bessarabov/App-Hasher
AUTHOR
Ivan Bessarabov <ivan@bessarabov.ru>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Ivan Bessarabov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.