Hi,
16 oct. 2020 à 15:58 de philipp.ew...@digionline.de:
> i try to encrypt a String with OpenSSL but its not working as i want.
>
> echo -n "That's the text" | openssl enc -aes-256-cbc -a -A -nosalt
>
I don't know if your question is just theoretical or if you have a valid use
case beyond the b
On Fri, Oct 16, 2020 at 06:24:31PM +0200, Philipp Ewald wrote:
> Thank you!
>
> I have used this : openssl base64 -d instead of "base64 -d" ..
You're welcome.
Reco
Thank you!
I have used this : openssl base64 -d instead of "base64 -d" ..
On 16.10.20 18:09, Reco wrote:
Hi.
On Fri, Oct 16, 2020 at 03:58:46PM +0200, Philipp Ewald wrote:
echo -n "That's the text" | openssl enc -aes-256-cbc -a -A -nosalt
gives me following "String":
ttn39k7Yigle
Hi.
On Fri, Oct 16, 2020 at 03:58:46PM +0200, Philipp Ewald wrote:
> echo -n "That's the text" | openssl enc -aes-256-cbc -a -A -nosalt
>
> gives me following "String":
> ttn39k7YiglePLvmmc6s+w==
Correct so far, assuming that you've entered a passphrase from the
keyboard.
> echo -n "tt
4 matches
Mail list logo