Hi Rainer,

Il giorno sab 22 set 2018 alle ore 05:45 Rainer Jung
<rainer.j...@kippdata.de> ha scritto:
>
> 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!

It helped indeed, I have (hopefully) improved the verification doc
page in r1841684

Thanks!

Luca

Reply via email to