Re: Problem with Asymetric, two-key encryption and Certificate Requests.

2022-09-18 Thread Viktor Dukhovni
On Mon, Sep 19, 2022 at 01:32:40AM +, A Z wrote: > A#) openssl req -x509 -nodes -newkey rsa:4096 -keyout private.key -out > public.key > > B#) openssl smime -encrypt -binary -aes-256-cbc -in message.txt -out > encrypted.dat -outform DER public.key > > C#) openssl smime -decrypt -in

Problem with Asymetric, two-key encryption and Certificate Requests.

2022-09-18 Thread A Z
A#) openssl req -x509 -nodes -newkey rsa:4096 -keyout private.key -out public.key B#) openssl smime -encrypt -binary -aes-256-cbc -in message.txt -out encrypted.dat -outform DER public.key C#) openssl smime -decrypt -in encrypted.dat -binary -inform DEM -inkey private.key -out decrypted.txt

Re: Problem with Asymetric, two-key encryption and Certificate Requests.

2022-09-17 Thread Viktor Dukhovni
On Thu, Sep 08, 2022 at 02:08:40AM +, A Z wrote: > I have wanted to get into public/private two key encryption, of > computer files of any type and any size and type. I am working on > Windows 10 64 bit.I found the ensuing approach by my own > experimenting, but it has a key disadvantage.

Problem with Asymetric, two-key encryption and Certificate Requests.

2022-09-17 Thread A Z
Dear OpenSSL, I have wanted to get into public/private two key encryption, of computer files of any type and any size and type. I am working on Windows 10 64 bit.I found the ensuing approach by my own experimenting, but it has a key disadvantage. In order for the encryption step to work by

Problem with Asymetric, two-key encryption and Certificate Requests.

2022-09-07 Thread A Z
Dear OpenSSL, I have wanted to get into public/private two key encryption, of computer files of any type and any size and type. I am working on Windows 10 64 bit.I found the ensuing approach by my own experimenting, but it has a key disadvantage. In order for the encryption step to work by