Hi,
I was looking at the RSA encryption feature and noticed in the feature announcement instructions that it says to run openssl genrsa -des
to generate the private key. As far as I can see, this “encrypts” the private key using 56-bit DES, which has been broken since the 1990s. Where did this command come from? How did it make it into the instructions like this? Surely this should say -aes256
(or at least -aes128
)?
Thanks,