in reply to best way to encrypt long file names?
use Digest::MD5 qw(md5_hex); my $digest = md5_hex($data); [download]