LAB: Using openssl to encrypt and decrypt

Here are steps to replicate the demo in my symmetric encryption video.




Your Carleton user name, lower case:

Why did we use 32-hex-digit key and IV for this exercise instead of some other length? Do they need to be the same length?

When you do cat ciphertext, is the result human-readable text? Did you want it to be?

How can you get a list of symmetric encryption algorithms supported by openssl? (Hint: try openssl enc -help for help on the enc option.)

What output formats does openssl enc support?