Hi Luca,
Am 21.09.2018 um 23:47 schrieb Luca Toscano:
Hi William,
can you write in here the full command to use? Didn't find the -r flag
that you mentioned :(
The openssl commandline tool at least since 1.0.2 allows eg.
openssl sha256 -r MYFILE
which outputs the hash file in the same form as eg. "sha256sum -b", so
allows the hash file to get automatically checked via "sha256sum -c".
Although the "sha256" openssl command is not listen in the help output
of the openssl binary eg. for 1.0.2, it is available. The full list of
available digests can be seen in the help output of the openssl dgst
command:
openssl dgst help
An alternative form of the above command is
openssl dgst -sha256 -r MYFILE
HTH!
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]