Dieter Rauschenberger:
> This was serveral years ago before Libressl was invented. Now I wanted
> to decrypt the docs with:
>
> openssl enc -aes-256-cbc -d < FOO.aes256 > FOO
>
> This did not work. The password did not work anymore.
The default message digest function used for key derivation ch
Hi Jeff
openssl enc -aes-256-cbc -d -md md5 < FOO.aes256 > FOO
did the trick. Thank you very much.
-Dieter
On Wed, Dec 04, 2019 at 01:12:08PM -0500, Jeffrey Walton wrote:
> On Wed, Dec 4, 2019 at 1:05 PM Dieter Rauschenberger
> wrote:
> >
> > i have encrypted several documents with
> >
> > ope
On Wed, Dec 4, 2019 at 1:05 PM Dieter Rauschenberger
wrote:
>
> i have encrypted several documents with
>
> openssl enc -aes-256-cbc -e < FOO > FOO.aes256
>
> This was serveral years ago before Libressl was invented. Now I wanted
> to decrypt the docs with:
>
> openssl enc -aes-256-cbc -d < FOO.ae
Hi,
i have encrypted several documents with
openssl enc -aes-256-cbc -e < FOO > FOO.aes256
This was serveral years ago before Libressl was invented. Now I wanted
to decrypt the docs with:
openssl enc -aes-256-cbc -d < FOO.aes256 > FOO
This did not work. The password did not work anymore. I had
4 matches
Mail list logo