Re: Wrong SHA1 is calculated

2017-05-16 Thread Christian Millour
Le 16/05/2017 à 13:11, sisyph...@optusnet.com.au a écrit : Le 15/05/2017 à 16:30, sisyph...@optusnet.com.au a écrit : Unfortunately, I don't know how to get that binmode() into the one-liner's angle brackets :-( $ PERLIO=unix perl -MDigest::SHA1=sha1_hex -le "print sha1_hex <>" secure.txt

Re: Wrong SHA1 is calculated

2017-05-15 Thread Christian Millour
Le 15/05/2017 à 16:30, sisyph...@optusnet.com.au a écrit : Unfortunately, I don't know how to get that binmode() into the one-liner's angle brackets :-( you might consider playing with the PERLIO environment variable : $ perl -E "print qq{hello\nworld\n}" > secure.txt $ od -c secure.txt