http://www.bbc.co.uk/news/technology-33548728
https://www.raspberrypi.org/forums/view ... hp?t=81657
http://readwrite.com/2014/04/10/raspber ... -browsing/
My question is about the following command applied to the client keys, contained in a couple of the guides (this specific line is from the readwrite.com link above):
Code: Select all
openssl rsa -in Client1.key -des3 -out Client1.3des.key
Code: Select all
./build-key-pass [User_Name]
But I'm confused by some guides skipping this step, and I thought that 3DES was no longer recommended for use. Can anyone explain why it's required? And whether it's still required in iOS 9? If so, would it now be better to use AES instead of 3DES?
Apologies if I've missed something fundamental, or if this is already covered elsewhere - I've looked but failed to find the answer. Thanks in advance!